jquery datatables hide column

前端 未结 13 1327
灰色年华
灰色年华 2020-12-02 11:59

Is there a way with the jquery datatables plugin to hide (and show) a table column?

I figured out how to reload the table data: using fnClearTable and <

相关标签:
13条回答
  • 2020-12-02 12:49

    You can define this during datatable initialization

    "aoColumns": [{"bVisible": false},null,null,null]
    
    0 讨论(0)
提交回复
热议问题