question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

How to disable sorting?

See original GitHub issue

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)

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:5

github_iconTop GitHub Comments

13reactions
robert-zarembacommented, Oct 20, 2017

It’s in the ReactTable props:

  sortable={false}
4reactions
sbimochancommented, Apr 4, 2019

It’s in the ReactTable props:

  sortable={false}

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

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to remove sorting option from DataTables? - Stack Overflow
First, try setting "bSort" to false. Note that, this will disable sorting all around. $('#jTable').dataTable({ "bSort" : false } );.
Read more >
How to Disable Sorting on a Worksheet - VizWiz
It's quite simple! All you have to do is turn off the sort controls. In this short Tableau Tip, I show you how...
Read more >
ordering - DataTables
Note that the ability to add or remove sorting of individual columns can be disabled by the columns.orderable option for each column.
Read more >
How to Disable Sorting on a Worksheet - Tableau Public
How to Disable Sorting on a Worksheet ... Let's say you have multiple metrics on a chart (not required) and you have sorted...
Read more >
Disable Sorting On Specific Columns In Datatable
In this example I will show you how to disable sorting on specific columns in datatable. If you want to remove sorting arrow...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found