Hide Table Loading till searched with responsive (collapse)
-
Hi Tobias,
I wish to hide this table here on loading, so it should only be seen when someone searches it.
I tried
"initComplete": function() { $( '.tablepress-id-7' ).show(); }
and
.tablepress-id-7 { display: none; }
It stops the loading and works as desired BUT it makes the table which was earlier responsive (collapse) to normal fullwidth and that goes outside the screen.
Please help if I am doing something wrong or what extra to put to get the responsive back and still hide the table on load.
Thanks
Kamal
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Hide Table Loading till searched with responsive (collapse)’ is closed to new replies.