Using Bootstrap 3 how can I hide columns in my table?

前端 未结 3 1323
Happy的楠姐
Happy的楠姐 2021-02-11 18:01

I\'m trying to hide columns for my responsive design when in col-xs and col-sm. I first attempted to use hidden-xs/hidden-sm classes, but

3条回答
  •  甜味超标
    2021-02-11 18:24

    It seems hidden-xs/hidden-sm has worked before since the accepted answer has many up votes, however the fiddle example does not work for me when I'm resizing the area. What works for me though is opposite logic using visible-md/visible-lg. I can't understand why because according to documentation Bootstrap should still support hidden-xs/hidden-sm.

    Working fiddle: http://jsfiddle.net/h1ep8b4f/

    Show All the time Hide in XS and SM
    Show All the time Hide in XS and SM

提交回复
热议问题