diff --git a/types/tabulator-tables/index.d.ts b/types/tabulator-tables/index.d.ts index fdff24ff92..d849085592 100644 --- a/types/tabulator-tables/index.d.ts +++ b/types/tabulator-tables/index.d.ts @@ -25,6 +25,7 @@ declare namespace Tabulator { OptionsClipboard, OptionsDataTree, OptionsCell, + OptionsCells, OptionsHTML {} interface OptionsCells extends CellCallbacks { @@ -834,7 +835,7 @@ declare namespace Tabulator { /** title - Required This is the title that will be displayed in the header for this column */ title: string; /** field - Required (not required in icon/button columns) this is the key for this column in the data array*/ - field: string; + field?: string; /** visible - (boolean, default - true) determines if the column is visible. (see Column Visibility for more details */ visible?: boolean;