Skip to content
Advertisement

Tag: dt

How to use the localStorage option for DT in R Shiny?

I want to design a shiny app that allow the users to save their inputs in the local storage, which means when the users reopen the tool with their web browsers, the tool reload the values last time the users provide. This is mainly achieved by the shinyStore package. Below is an example. So far I can use the shinyStore

How to filter (search) formatted columns in R DT (DataTable)

When applying formatting to a column in DT::datatable(), the DataTables automatic column filter is not working. For example: The filter for column b fails. I think this is a common enough problem that there has to be a solution. I have been searching, but without success so far. Would be grateful if someone points me to where this has been

Advertisement