Skip to content
Latestv1.0.60

Table - Sort & Filter

The Table component supports sorting and filtering data.

Sort

Set the column sortable property to true to enable sorting.

Sort

Filter

Set the column filterable property to true and provide filters options to enable filtering.

Filter

Custom Sort

Use the sortMethod property to customize sort logic.

Custom Sort

Multi-Column Sort

Set sort-config.multiple to true to enable multi-column sorting.

Multi-Column Sort

Clear Sort

Use the table instance's clearSort method to clear sort state.

Clear Sort

Released under the MIT License.