How do I bring individual column search input tags on the top for multiple tables ?
How do I bring individual column search input tags on the top for multiple tables ?
Mazhar123
Posts: 17Questions: 4Answers: 0
I have multiple tables having class="example" . I am using this
$('.example tfoot th').appendTo('.example thead');
However this doesn't work for all tables correctly. Every table gets the header inputs tag of the first table only.
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Hi @Mazhar123 ,
We're happy to take a look, but as per the forum rules, please link to a test case - a test case that replicates the issue will ensure you'll get a quick and accurate response. Information on how to create a test case (if you aren't able to link to the page you are working on) is available here.
Cheers,
Colin
Hi @colin , Thanks for such a quick response. However, i solved the issue.
Thanks for your concern. I have another issue which i have asked in this link (https://datatables.net/forums/discussion/55092/can-we-convert-the-filter-option-to-a-drop-down-option-list/p1?new=1) . Please have a look at it. I will be veru thankful for any suggestion or help.
Regards,
Mazhar