Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/pages/docs/all-props/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ import Options from './options.md'
| onChangeRowsPerPage | func | | To handle rows per page changes (pageSize) |
| onChangeColumnHidden | func | | To handle column show/hidden changes (column, hidden) |
| onColumnDragged | func | | To handle column drag and drops (sourceIndex, destinationIndex) |
| onFilterChange | func | | To handle filter changes (filters) |
| onGroupRemoved | func | | To handle column group removed (groupedColumn, index) |
| onOrderChange | func | | To handle order changes (orderedColumnId, orderDirection) |
| onRowClick | func | | To handle row click (event, rowData) |
Expand Down