Hi
In IR, for responsive UI, I want to hide some column when displaying on small screen.
I tried this way: For the columns I want to hide, I set HTML Expression to
<span class="hidden-xs-down">#DATA#</span>
But only the data in column disapear on small screen, not the column itself.
Any suggestiong?
Thank you.