From e7ac11783cff8c1897ec751c58a9f66d5c0b318c Mon Sep 17 00:00:00 2001 From: Ashar Ali <44923480+AxharKhan@users.noreply.github.com> Date: Thu, 5 Dec 2024 00:29:56 +0500 Subject: [PATCH] Added list to editor types In response to https://github.com/ngduc/react-tabulator/issues/274 --- src/types/TabulatorTypes.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/types/TabulatorTypes.ts b/src/types/TabulatorTypes.ts index 4520e11..554cd3a 100644 --- a/src/types/TabulatorTypes.ts +++ b/src/types/TabulatorTypes.ts @@ -1366,6 +1366,7 @@ declare namespace Tabulator { | 'tickCross' | 'star' | 'select' + | 'list' | 'autocomplete' | (( cell: CellComponent,