Indicates whether multiple rows or only a single row of a data table can be selected.
Callback that is invoked when the user clicks on a row of the data table.
The click event that occurred.
The TR row that was clicked.
Indicates the resize behavior of columns.
When a row is editable: whether to save
the
current contents of the row or cancel
the row edit and discard all changes.
Indicates whether row editors are loaded eagerly or on-demand.
Indicates whether multiple columns of a data table can be expanded at the same time, or whether other expaned rows should be collapsed when a new row is expanded.
Indicates how rows of a data table
may be selected. new
always unselects other rows, add
preserves the currently selected rows, and checkbox
adds
a checkbox next to each row.
Either the 0-based index of a row, or the row
element (TR
) itself.
Indicates whether rows are selected via radio buttons or via checkboxes.
Indicates whether a data table can be sorted by multiple columns or only by a single column.
The available sort order types for the data table.
Generated using TypeDoc
Indicates whether cell editors are loaded eagerly or on-demand.