【发布时间】:2016-05-11 11:17:45
【问题描述】:
如何从 R 中的 DT 包中删除数据表下方的“显示条目”信息?
我知道下面的解决方案,但我不知道如何使它们与 rmarkdown 一起使用。
[1]How to hide "Showing 1 of N Entries" with the dataTables.js library
[2]how to disable show entries property in jquery datatable
我尝试将以下内容添加到 rmarkdown 的 css 文件中,但这似乎不起作用。
$('#example').dataTable({
"bInfo": false
});
【问题讨论】:
标签: jquery r datatables r-markdown