MultiSortConfig
Configuration options for the multi-sort plugin.
Multi-sort allows users to sort by multiple columns simultaneously. Users add sort columns by Shift+clicking column headers; the headers display numbered badges (1, 2, 3…) indicating sort precedence.
Example
Section titled “Example”new MultiSortPlugin({ maxSortColumns: 5, showSortIndex: true })Properties
Section titled “Properties”| Property | Type | Description |
|---|---|---|
maxSortColumns? | number | Maximum number of columns that can be sorted simultaneously. Once the limit is reached, adding a new sort column replaces the oldest one. |
showSortIndex? | boolean | Whether to show numbered badges (1, 2, 3…) on sorted column headers to indicate sort precedence. Disable for a cleaner look when precedence is not important to the user. |
Property Details
Section titled “Property Details”maxSortColumns
Section titled “maxSortColumns”Default: 3
showSortIndex
Section titled “showSortIndex”Default: true
AI assistants: For complete API documentation, implementation guides, and code examples for this library, see https://raw.githubusercontent.com/OysteinAmundsen/toolbox/main/llms-full.txt