[yadcf] Column header title below yadcf search boxes?
[yadcf] Column header title below yadcf search boxes?
lobo_
Posts: 2Questions: 1Answers: 0
Hello,
is there a way to move the column header title below the yadcf search boxes? Or in other words: How to move the yadcf search boxes over the cloumn header ?
Thanks
This discussion has been closed.
Answers
Hi,
you want to add another row above the row of the headers? Or you want the filter to appear above the header text (but in the same
th
element) and in that case I'm not sure how it can be done, unless you can tell datatables to wrap the text in the header with somespan
element , because without that I don't think I can tell jQuery to append the filter before the text in the header...@allan?
I want the filter to appear above the header text (same th).
The reason is I have some columns with header text 1 line and some with 2 lines. This makes the filter boxes not appearing in one straight line from left to right. I though when having the filters above the header text it would have a more clear layout.
its not a perfect solution, but you can add
to you css and it will make the filters to appear in a separate row, like this ,
Or, use the filter_container_id to place the filters into containers that you will place before the column header , so it will look like this (notice that I still used that css code in this example)