How can I know if a column / cell / header is a display column / cell / header? #5223
Unanswered
jonahallibone
asked this question in
General
Replies: 2 comments
-
+ 1 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hello, if you use
or you can define meta. Regards, |
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.
-
I have a few tables with columns that are buttons, checkboxes, etc. I have a few functions where I export all the "data" from the table, but I'd like to be able to filter out columns / headers which are explicitly created via
columnHelper.display(..)
I don't see anything obvious on the cell / header that would make me think there is some dynamic way of filtering these items. Should I make a PR for this feature, or is this something outside the purview of the library?
Beta Was this translation helpful? Give feedback.
All reactions