Skip to content

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.

new MultiSortPlugin({ maxSortColumns: 5, showSortIndex: true })
PropertyTypeDescription
maxSortColumns?numberMaximum number of columns that can be sorted simultaneously. Once the limit is reached, adding a new sort column replaces the oldest one.
showSortIndex?booleanWhether 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.

Default: 3


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