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

Popular posts from this blog

Why can rails not find a route created by a helper? -

javascript - jquery or ashx not working -

opencv - DataType<cv::detail::deriv_type>::depth what is it used for -