Why range filter for "Score" column is not showing up?
Why range filter for "Score" column is not showing up?

Link to test case: https://live.datatables.net/vadutezo/1/edit
Here is a table with randomly generated data
I need to add range selector for scores, but it's not creating
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
The code is trying to place the inputs into the footer but you don't have a
tfoot
element defined. Updated example with atfoot
.https://live.datatables.net/vadutezo/2/edit
Kevin