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
Best option would be
to change the data field to add the class
Stars
and of course css for the hidden class
.hidden{ display:none; visibility:hidden; }
https://jsfiddle.net/yhtgfawj/7/