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.

Expected Behavior

for asc 1 2 3 4

for desc 100 99 98 97

Current Behavior

This is my result for asc sort for id prob3 the result should be 10 11 12

and this is my result for desc sort for id prob4 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:closed
  • Created 4 years ago
  • Comments:7

github_iconTop GitHub Comments

1reaction
mhmmdakbrcommented, May 24, 2019

Yep you can close it, thank you so much

0reactions
gabrielliwerantcommented, May 24, 2019

I responded to the other thread. Did you get what you needed for this issue? Ok if I close it?

Read more comments on GitHub >

github_iconTop 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 >

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