Replies: 1 comment
-
The presentation of your data is entirely up to you. Simply create a component which renders that cell as you wish. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to make sure columns that have data like this: '1,234,567 M' get sorted correctly when users click the header.
I found this #622 and but it requires me to convert my data to numerical, ie: 1234567. Is there anyway I can keep my data shown in the table as '1,234,567 M' but use 1234567 when sorting. Thanks
Beta Was this translation helpful? Give feedback.
All reactions