Select and text filtering below the header
Select and text filtering below the header
Hello, I would like to have a filtering footer below my header but unfortunately I need to enable scrollX and it doesn't seem to work. Here's an example:
http://live.datatables.net/saqozowe/46/edit
I also tried to use two header rows but I can't make it work as I'm new to jQuerry:
http://live.datatables.net/puceralo/1/edit
As you can see the text filtering doesn't work and the select filtering is on the first row. I can place the select filtering on the second row but then it doesn't work. I think the problem is because of this.header() that select the first row.
Thank you for you time.
This question has an accepted answers - jump to answer
Answers
Hi @Airliners ,
This should do the trick here.
The dropdown is now being inserted, and the
input
element is doing the searches.Cheers,
Colin
Hey @colin, it's perfect, that's exactly what I wanted to do, thanks a lot !