Replies: 1 comment
|
For custom sort (and other custom table actions), use server side table which allows custom sorting, filtering, searching etc. |
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.
Hey team,
I am looking to sort values displayed in a table column.
I am passing the values as integers and the type of column is defined "number".
But if I want to display values in comma separated format as below I have to pass the value as a string. Then the sorting doesn't perform as expected.

wave version 0.26.2
I am looking to give better feeling to the user with comma separated format for lengthy values same time allowing them to sort it.
Any existing solution which I missed or suggested workaround for this?
Thanks!
cc: @mturoci
All reactions