Replies: 1 comment
-
Hey, I think |
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
-
Lets use your demo app as an example of this feature. We want to add the number of Orders to the Customer Resource table. We also want this relation column to be sortable.
Today, I can use
formatUsing
orgetValueUsing
But none of them are sortable.
I propose to build a Number column, that requires a number and that would be sortable
or add a
relationCount
Beta Was this translation helpful? Give feedback.
All reactions