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.
我需要一些我认为很容易的事情的帮助。
我有一个DT::dataTable,我喜欢在搜索栏中放一个占位符,但我看不到这个选项在哪里。
DT::dataTable
这是使用iris数据集的示例:
library(DT) DT::datatable(iris, options = list( language = list(searchPlaceholder = "setosa")))