Looking for two R/Shiny specific issues related to the datatables package.
-
In this search example here (Search Options) all numeric variables are filtered using the slider. This is not default in pure .js version of DT (I don' think as we see here: DataTables example - Individual column searching (text inputs)). Anyone aware of a way to turn that off so it's filterable with just entry of a value? I could of course coerce to a factor, but my program reads in any arbitrary data and I don't want extra code to find numeric/vector column and then coerce them.
-
The label inside each filter box by default is "all". Can this be changed to be the name of the column itself?