Jquery Datatable theme Hide header/footer balk

后端 未结 8 2367
梦毁少年i
梦毁少年i 2021-02-10 06:54

I am trying to remove the header/footer balk of this table

Picture of what I am trying to remove: \"enter

8条回答
  •  你的背包
    2021-02-10 07:57

                oTable = $('#datatable').dataTable({
                    bJQueryUI: true,
                    bFilter: false, 
                    bInfo: false,
                    bPaginate: false,
                    sDom: 't'
                });
    

    This will remove search bar, pagination, header and footer.

提交回复
热议问题