Hide/show columns #80
-
Hey @nick-keller , first of all, congratulations on the great library! And second I saw that it is still in development of new features and I would like to ask if there is a way (or plan) to hide/show columns? Like when we click on the column name for the context menu and show an option to hide a particular column? Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hey @danisal and thx for the kind words. Good news, this is already feasible!
The way you allow the user to toggle columns is up to you, it could be a menu to the side, or you could use the context menu that is entirely customizable. |
Beta Was this translation helpful? Give feedback.
Hey @danisal and thx for the kind words.
Good news, this is already feasible!
Bad news, it requires a little bit of work on your side.
useMemo
for performance)The way you allow the user to toggle columns is up to you, it could be a menu to the side, or you could use the context menu that is entirely customizable.