Documentation
Column Editing
Column editing enables users to modify table structure dynamically by editing column names, adding new columns, and customizing the table layout. This feature is essential for building flexible data management interfaces.
Basic Column Editing
To enable column editing in Simple Table, you can use several approaches:
- Enable column selection with
selectableColumns=(required for column editing to work) - Enable header editing with
enableHeaderEditing= - Provide an
onHeaderEditcallback to handle header changes - Use
headerRendererto add custom controls like "Add Column" buttons - Manage column state dynamically to add or remove columns