asp.net mvc 4 - How to hide columns in a tables ? BootStrap in mvc4 -
when develop html table static content .
is there work around how apply bootstrap functionality table ? hide columns when table accessed other devices ?
i new framework looks cool , better responsiveness .
i heard things bootstrap functionality can applied table using css , true ?
if dont know how make flexible after applying css .
first @ post confusing becoz confused totally .
regards
this isn't bootstrap specific thing. sound need set id or class column(s) (td tags in table) want hide use jquery if there different device (mobile assume) hide class or id.
you can see example of code at jsfiddle
hope can started. entire code on js fiddle link
var ismobile = { android: function() {
Comments
Post a Comment