The DataTable component provides many event callbacks and methods with respect to each feature. The following table lists out all the table event callbacks with name, parameter details, and description:
| Name | Parameters | Description |
| onRowClick |
|
Callback to invoke when a row is clicked. |
| onRowSelect |
|
Callback to invoke when a row is selected. |
| onRowUnselect |
|
Callback to invoke when a row is unselected with the Meta key. |
| onRowDblclick |
|
Callback to invoke when a row is selected with double-click. |
| onHeaderCheckboxToggle |
|