sort id problem
See original GitHub issueExpected Behavior
for asc 1 2 3 4
for desc 100 99 98 97
Current Behavior
This is my result for asc sort for id
the result should be
10
11
12
and this is my result for desc sort for id
the result should be
92
91
89
code for data mapping
const data = projects.map(p =>[ '${p.id}' ])
code for column ID
const columns = [ { name: "id", id: "id", label: "ID", options: { filter: false, sort:true,}},
Tech | Version |
---|---|
Material-UI | ^3.9.3 |
MUI-datatables | ^2.0.0 |
React | ^16.8.6 |
browser | |
etc |
Issue Analytics
- State:
- Created 4 years ago
- Comments:7
Top Results From Across the Web
Issues, sort by ID number - Revizto Help Center!
Sorting order can be found by selecting Custom Filters. I see you are correct, we don't include for Issue ID. Would date created...
Read more >Cannot sort Name by Id because at least one value in Name ...
I am working in SSAS... I have column Name, but I want to sort by Id because when in Power BI, it automatically...
Read more >IDs not sorting - Stack Overflow
I use $res = mysql_query("SELECT * FROM data ORDER BY 'id' DESC"); to sort them, and it gives the same order as in...
Read more >Sort on id not working - Elasticsearch - Discuss the Elastic Stack
My problem is that when I search for them with an ids filter, I can't get the results to sort correctly. Here is...
Read more >The problem of sort-order ID – SQLServerCentral Forums
The problem of sort-order ID Forum – Learn more on SQLServerCentral. ... THE DATABASE IS ATTEMTING TO RESTORE WAS BACKUP UNDER A DIFFERENT...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Yep you can close it, thank you so much
I responded to the other thread. Did you get what you needed for this issue? Ok if I close it?