How can I remove the search bar and footer added by the jQuery DataTables plugin?

前端 未结 19 2609
孤街浪徒
孤街浪徒 2020-12-07 07:45

I am using jQuery DataTables.

I want to remove the search bar and footer (showing how many rows there are visible) that is added to the table by default. I just wan

19条回答
  •  失恋的感觉
    2020-12-07 07:59

    I think the simplest way is:

    Column
    

    You can edit only the table you have to modify, without change common CSS or JS.

提交回复
热议问题