Replies: 1 comment
-
For custom sort (and other custom table actions), use server side table which allows custom sorting, filtering, searching etc. |
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
-
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.
![image](https://private-user-images.githubusercontent.com/101506482/288691078-bd7c43de-80c2-42ad-9a6b-41e1b1f00b56.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2MDczMzMsIm5iZiI6MTczOTYwNzAzMywicGF0aCI6Ii8xMDE1MDY0ODIvMjg4NjkxMDc4LWJkN2M0M2RlLTgwYzItNDJhZC05YTZiLTQxZTFiMWYwMGI1Ni5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjE1JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxNVQwODEwMzNaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT05OGFlYzM4ZGNjYWI3NTJjODlhZmE1M2JmMmMxNzFhMzUxZTg2ZmRjYzAxZDQxNDcyZTE1NGEzMjM0ZjcyMTAyJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.nvgHCjIWj0cNLNBN_futB5E0fWVnCnaasi1f2lgs4Xw)
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
Beta Was this translation helpful? Give feedback.
All reactions