How to put individual column searching in header?

How to put individual column searching in header?

LeMousselLeMoussel Posts: 1Questions: 1Answers: 0

Hello, i want to use the Individual column searching (select inputs) Feature for datatables.

I found this discussion disable filtering of one or multiple column but I want it in header not in footer.
I look this example http://jsfiddle.net/s8F9V/27/, but I want select input no text input in header.

Regards,

Answers

  • tangerinetangerine Posts: 3,365Questions: 39Answers: 395

    The example you mention has this line:

    .appendTo( $(column.footer()).empty() )
    

    Change "footer" to append the element to wherever you want it to appear.

This discussion has been closed.