Add filter header with Datatable in Javascript
Add filter header with Datatable in Javascript
vindarb
Posts: 1Questions: 1Answers: 0
in DataTables
Hi
I work with Datatable framework in Javascript, and I want to add a filter header exactly like datatable in R, section 2.8 Column Filters on this link :
https://rstudio.github.io/DT/
With the exemple, we can filter on a range of values and it's interesting
Is that possible to do the same things in Javascript ?
I found nothing about it
Thank's by advance
This discussion has been closed.
Answers
This example from this thread is the closest I've seen with JS. I'm sure it's possible to do - it's just a case of putting that element into the column's header instead of outside the table.
Colin