Additional CSS classes to add to the control.
The column headers of the data table.
The context menu items to support. Must be an array of the following:
The data as an array of arrays. Each inner array represents a row of data.
Enabled state of the UI element. When the type supports this, the UI element will be disabled when set to false.
Flag indicating that the data table has column headers.
Flag indicating that the data table has row headers.
Readonly
IdThe id of the UI element.
Name of the UI element. For form fields that would be the name otherwise used for reference only.
Registers a callback for the change event.
The data table component.
Additional CSS classes to add to the parent control when supported.
Optional
SizeThe size of the UI element.
The standard classes of the control. Modify this property only if you know what you are doing.
Tags for the UI element. Used for reference only.
The text direction of the UI element. Defaults to Inherit, meaning it will use the editor default.
Optional
ToolTooltip text of the UI element.
Readonly
TypeThe type of the UI element. Always "DataTable".
Visibility flag of the UI element. When not visible it will be hidden from the UI.
Generated using TypeDoc
The data table interface.