Bootstrap-Table: How to hide a column without deleting it from the DOM?

后端 未结 4 1919
北恋
北恋 2021-01-21 09:49

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

4条回答
  •  梦谈多话
    2021-01-21 10:26

    Make that column have width:0; overflow:hidden; This will hide the column and still have it be in the DOM.

提交回复
热议问题