Select
Select adds item selection capabilities to a DataTable. Items can be rows, columns or cells, which can be selected independently, or together. Item selection can be particularly useful in interactive tables where users can perform some action on the table, such as editing rows or marking items to perform an action on.
ClassName¶
Set the class name that will be applied to selected items.
Blurable¶
Indicate if the selected items will be removed when clicking outside of the table.
HeaderCheckbox¶
Control automatic addition of header checkbox.
Limit with page selection.Info¶
Enable / disable the display for item selection information in the table summary.
Items¶
Set which table items to select (rows, columns or cells).
Selector¶
Set the element selector used for mouse event capture to select items.
Style¶
Set the selection style for end user interaction with the table.
Toggleable¶
Disable the deselection of selected rows when clicked.
Selectable¶
Set a function that will determine if a row should be selectable.