v6.6.0
Feature: add ability to disable sorting (no click on header)
(or update documentation if it already exists)
It's in the ReactTable props:
sortable={false}
It's in the
ReactTableprops:sortable={false}
That will disable for all columns. What about selective columns sortable?
It's in the
ReactTableprops:sortable={false}That will disable for all columns. What about selective columns sortable?
See #336 - describes disabling filtering and sorting on individual columns.
It's in the
ReactTableprops:sortable={false}That will disable for all columns. What about selective columns sortable?
See #336 - describes disabling filtering and sorting on individual columns.
Solved. thanks
How can i give custom sorting for only one Header
Most helpful comment
It's in the
ReactTableprops: