twitter bootstrap - How to toggle column visiblity in table? -


is there simple way toggle visiblity of 1 column in table? know can use jquery , write code this, think there's simplier way this.

in bootstrap 3 class .hidden. can add class column, wich shouldn't visible.

html

<table>   <tr>     <td>bla1<td>     <td>bla1<td>   <tr>   <tr class="hidden">    //this column  hidden     <td>bla2<td>     <td>bla2<td>   <tr>   <tr>     <td>bla3<td>     <td>bla3<td>   <tr> 

Comments

Popular posts from this blog

c# - How Configure Devart dotConnect for SQLite Code First? -

c++ - Clear the memory after returning a vector in a function -

erlang - Saving a digraph to mnesia is hindered because of its side-effects -