I'm using bootstrap 3 and bootgrid to display tables.
Is there a way to hide some columns in small devices ?
I'm using class hidden-xs
in th
elements, but it still display data (not the columns).
My questions are:
- How to hide a column for small devices.
- How to hide the navigation header only for small devices ?