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

后端 未结 4 1949
北恋
北恋 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:07

    I solved this problem putting class d-none of bootstrap in headdings and cels of columns that I want to hide but dont disappear from DOM

提交回复
热议问题