komarovalexander / ka-table

Lightweight MIT React Table component with Sorting, Filtering, Grouping, Virtualization, Editing and many more

Home Page:http://ka-table.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multiple Client Side Sort

mmartinsky opened this issue · comments

I think it would be useful to have a Multiple / MultipleTripleState sort that does not require remote - are there any challenges to implementation you have already encountered?

starting from 7.13.0 it is possible using extendedSort option and any other custom sort library
demo: https://komarovalexander.github.io/ka-table/#/sorting-extended
(do not forget to set sortingMode={SortingMode.MultipleTripleStateRemote} to disable ka-table built-in local sorting)