Documentation

Column Resizing

Column resizing allows users to adjust column widths to better view and interact with data according to their preferences.

Basic Implementation

Column resizing is enabled by adding the columnResizing prop to the SimpleTable component. Users can resize columns by dragging the column dividers in the header row.

Column Resizing Configuration

PropertyRequiredDescriptionExample
columnResizing
boolean
Optional
Enables column resizing functionality. When true, users can resize columns by dragging the column dividers in the header row.