scrollY and column filter
scrollY and column filter
Hello,
I am new to this forum, first thanks a lot for this marvelous plug-in
I know the issue has been addressed a couple of times but I still cannot get it working. I have the following fiddle:
https://jsfiddle.net/cjwbnf2L/1/
it works well, it will be filtered and the header is fixed thanks to "scrollY"
now I would like the input boxes under the header, not above. That is what I tried in this second fiddle:
https://jsfiddle.net/cjwbnf2L/2/
the cloning seems to put the sorting on the 2nd row, and when I click in the input for searching it sorts it... what am I doing wrong ?
many thanks in advance for your support!
Replies
Use
orderCellsTop
to move sorting to the top row. Like this:https://jsfiddle.net/61287o90/
Kevin
thanks a bunch!!!