Vizel API / core/src / VizelTableOptions
Interface: VizelTableOptions
Defined in: packages/core/src/extensions/table.ts:11
Properties
cellHTMLAttributes?
optional cellHTMLAttributes?: Record<string, string>;Defined in: packages/core/src/extensions/table.ts:42
cellMinWidth?
optional cellMinWidth?: number;Defined in: packages/core/src/extensions/table.ts:22
Minimum width for table cells.
Default
50controls?
optional controls?:
| boolean
| VizelTableControlsOptions;Defined in: packages/core/src/extensions/table.ts:35
Enable interactive table controls (column/row insert buttons, row handle with menu). Set to true to enable all controls, false to disable, or an object to customize.
Default
trueheaderHTMLAttributes?
optional headerHTMLAttributes?: Record<string, string>;Defined in: packages/core/src/extensions/table.ts:41
lastColumnResizable?
optional lastColumnResizable?: boolean;Defined in: packages/core/src/extensions/table.ts:28
If enabled, the last column can be resized.
Default
trueresizable?
optional resizable?: boolean;Defined in: packages/core/src/extensions/table.ts:16
If enabled, tables can be resized.
Default
falsetableHTMLAttributes?
optional tableHTMLAttributes?: Record<string, string>;Defined in: packages/core/src/extensions/table.ts:40
Additional HTML attributes for table elements.