React-table: How to disable sorting?

Created on 20 Oct 2017  路  5Comments  路  Source: tannerlinsley/react-table

What version of React-Table are you using?

v6.6.0

What bug are you experiencing, or what feature are you proposing?

Feature: add ability to disable sorting (no click on header)
(or update documentation if it already exists)

Most helpful comment

It's in the ReactTable props:

  sortable={false}

All 5 comments

It's in the ReactTable props:

  sortable={false}

It's in the ReactTable props:

  sortable={false}

That will disable for all columns. What about selective columns sortable?

It's in the ReactTable props:

  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 ReactTable props:

  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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

pasichnyk picture pasichnyk  路  3Comments

monarajhans picture monarajhans  路  3Comments

mlajszczak picture mlajszczak  路  3Comments

kieronsutton00 picture kieronsutton00  路  3Comments

mellis481 picture mellis481  路  3Comments