Add filter header with Datatable in Javascript

Add filter header with Datatable in Javascript

vindarbvindarb Posts: 1Questions: 1Answers: 0

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

Answers

  • colincolin Posts: 15,112Questions: 1Answers: 2,583

    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

Sign In or Register to comment.