Is it possible to render only the visible columns? #3097
Unanswered
alansikora
asked this question in
Q&A
Replies: 1 comment
-
I think that you probably just want to filter the columns before passing to the grid, that will hide them. This will cause a full table re-render, so as long as the columns are not constantly changing it should be fine. |
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
-
I already implement the
rowRenderer
, but I need acolumnRenderer
.Is it possible to do that?
Beta Was this translation helpful? Give feedback.
All reactions