Datatables Search Options DT Package

Looking for two R/Shiny specific issues related to the datatables package.

  1. 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.

  2. The label inside each filter box by default is "all". Can this be changed to be the name of the column itself?

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.