How can I change position of select filters in this particular case?

How can I change position of select filters in this particular case?

milezmilez Posts: 1Questions: 1Answers: 0

I managed to place on the desired place If I do it outside the instantiating table but then select doesn't work.. Anyone have an idea how to do it?

https://jsfiddle.net/qxocn1vr/

I want to change the position of selects in line to above filters as in the image.

Answers

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

    Hi @milez ,

    Here you go, hope that helps:

    .appendTo($('thead tr.data-filters th:eq('+column.index()+')'))
    

    Cheers,

    Colin

This discussion has been closed.