jQuery DataTables: hide search bar

后端 未结 4 1292
悲哀的现实
悲哀的现实 2021-02-14 13:33

I seem not able to hide DataTables default search bar. So far, I have tried solution from this thread, but setting bFilter:false disables filtering entirely, so my

4条回答
  •  野趣味
    野趣味 (楼主)
    2021-02-14 14:22

    let table = $('#mytable').DataTable({sDom: 'lrtip'});
    

    this worked for me

提交回复
热议问题