Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 html 表,我使用了 JQuery 数据表插件,如下所示:
(#client-table).dataTable()
这将显示下面的“显示 3 个条目中的 1 到 3 个”。有没有办法隐藏此文本或根本不显示它。
是的 -
$('#client-table').dataTable('bInfo': false);
https://www.datatables.net/usage/features#binfo