Select and text filtering below the header

Select and text filtering below the header

AirlinersAirliners Posts: 2Questions: 1Answers: 0

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

  • colincolin Posts: 15,236Questions: 1Answers: 2,598
    Answer ✓

    Hi @Airliners ,

    This should do the trick here.

    The dropdown is now being inserted, and the input element is doing the searches.

    Cheers,

    Colin

  • AirlinersAirliners Posts: 2Questions: 1Answers: 0

    Hey @colin, it's perfect, that's exactly what I wanted to do, thanks a lot !

This discussion has been closed.