Reputation: 75
I want to change this text to other text:
I tried to search but I didn't find any solution
Upvotes: 0
Views: 313
Reputation: 84529
library(DT)
datatable(
iris,
options = list(
language = list(
search = "Seek"
)
)
)
Upvotes: 1