I\'m having problems with the Bootstrap-Table plugin: https://github.com/wenzhixin/bootstrap-table
I have a hidden ID column in the table I need to hide. But I can\'t do
Make that column have width:0; overflow:hidden; This will hide the column and still have it be in the DOM.
width:0; overflow:hidden;