Replies: 2 comments 6 replies
-
@ernerock , did you ever find the answer? I actually have the opposite question. I would like to prevent sorting/filtering on one or two columns. |
Beta Was this translation helpful? Give feedback.
6 replies
-
@edelfrade @tannerlinsley @boldwade @muhammed-salman
And in my Table component, i do this:
|
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.
-
defaultCanSort
only works to force enable sorting on columns without an accessor.I've been able to
disableSortBy: true
at the table level, but enabling it at the column level does not overwrite it.The plan is allow sorting in specific columns without having to declare it each time a column is created.
Currently setting up a default column objet that will extend each of the columns created but was wondering if there was some default implementation I'm missing.
Thank you for your time.
Beta Was this translation helpful? Give feedback.
All reactions