You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 15, 2022. It is now read-only.
It would be nice to be able to sort by multiple columns. If two rows are equal for a given column, they will continue attempting further sorters until all Sorters are exhausted or an order is found.
It would be nice to be able to sort by multiple columns. If two rows are equal for a given column, they will continue attempting further sorters until all Sorters are exhausted or an order is found.
The
defaultSort
prop could take anArray<Sorter>
.onSort
could return anArray<Sorter>
if multiple columns are being sorted.The interaction for clicking columns would need some design consideration.
The text was updated successfully, but these errors were encountered: