Replies: 1 comment
-
Actually, we also need to access the metadata in the sorting function. |
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
-
We need to define a column such that
enableSorting
depends on a value of the table metadata.We could move the value to the column metadata.But anyway, when defining
enableSorting
we don't have access to the context, and therefore no access to any metadata.Is there a way to achieve this with the current API?
Thank you in advance!
Beta Was this translation helpful? Give feedback.
All reactions