table-library / react-table-library

:bento: React Table Library
https://react-table-library.com
MIT License
747 stars 47 forks source link

Reverse other columns when sorting #153

Closed xLeeVeNx closed 4 months ago

xLeeVeNx commented 4 months ago

There is a standard default behavior in case of sorting, if we have several columns for sorting, then when sorting any of the columns, the other columns that have the ability to be sorted are reversed

This behavior is initially provided in the documentation examples - https://react-table-library.com/?path=/docs/features-sort--base

Please tell me how I can disable this behavior and is it possible to disable it at all or is there a solution that solves this problem?