Documentation
Column Selection
Column selection allows users to interact with table columns by clicking on their headers. This feature is useful for building interactive table interfaces where users need to select columns for operations like filtering, sorting, or data analysis.
Basic Column Selection
To enable column selection in Simple Table, you need to:
- Set the
selectableColumnsprop totrue - Provide an
onColumnSelectcallback function to handle selection events