Vizel API / core/src / VizelTableControlsUIOptions
Interface: VizelTableControlsUIOptions
Defined in: packages/core/src/extensions/table-controls.ts:25
Options for table controls UI (column/row insert buttons, row handle menu).
Properties
showColumnInsert?
ts
optional showColumnInsert?: boolean;Defined in: packages/core/src/extensions/table-controls.ts:30
Show column insert buttons on vertical border hover
Default
ts
trueshowRowHandle?
ts
optional showRowHandle?: boolean;Defined in: packages/core/src/extensions/table-controls.ts:42
Show row handle with edit menu on cell hover
Default
ts
trueshowRowInsert?
ts
optional showRowInsert?: boolean;Defined in: packages/core/src/extensions/table-controls.ts:36
Show row insert buttons on horizontal border hover
Default
ts
true