Hide certain columns in an HXGrid on mobile view port? #660
Answered
by
crdo
bluisanajmr
asked this question in
Q&A
-
Is it possible to hide certain columns in an HXGrid on mobile view port? In the example below I want the grid to dynamically hide all columns other than the Project name column when in a mobile view port size. |
Beta Was this translation helpful? Give feedback.
Answered by
crdo
Nov 11, 2023
Replies: 1 comment 1 reply
-
You can achieve this by giving the columns one of the Bootstraps utility classes to |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
bluisanajmr
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can achieve this by giving the columns one of the Bootstraps utility classes to
ItemCssClass
andHeaderCssClass
parameters.