Data Table Events

Data tables (or data grids) are tables that have advanced interaction controls such as custom data types, pagination and sorting.

Table Row

You can add a table row click event using the tr-click event handler as follows:

Table Row Click Event

Table Data

You can add a table data click event using the td-click event handler as follows:

Table Data Click Event

Table Heading

You can add a table heading click event using the th-click event handler as follows:

Table Header Click Event