React-table: Multi-Sort without holding shiftkey

Created on 20 Jul 2017  路  2Comments  路  Source: tannerlinsley/react-table

Problem Description

Is there an easy way of enable multi-sorting without holding the shiftKey? I was searching for a solution and didn't find one.

Is there somehow an easy way to just pass down a true prop for holding the shiftkey as default?

Most helpful comment

@Ixl123 I couldn't find how to use this function.
Is it possible to change the table sorting with that?

All 2 comments

as mentioned in the Slack channel you can just overwrite the sorted property of react-table as you like after onSortedChange events fires.

@Ixl123 I couldn't find how to use this function.
Is it possible to change the table sorting with that?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

dwjft picture dwjft  路  3Comments

DaveyEdwards picture DaveyEdwards  路  3Comments

danielmariz picture danielmariz  路  3Comments

mlajszczak picture mlajszczak  路  3Comments

esetnik picture esetnik  路  3Comments