Column filter example along with table header
Column filter example along with table header
Akashvino
Posts: 15Questions: 8Answers: 0
Hi All,
Request your help, if we change (tfoot -> thead) and (footer -> header) in the example provided in this link **https://datatables.net/examples/api/multi_filter.html** the table header get replaced by the input search box, so request you help on how to make this work in such a way that both are displayed table header + input box, Input box below table header.
This discussion has been closed.
Answers
This thread should help, it's asking the same thing.
Cheers,
Colin
Hi Colin,
Thank you, We looked at the example "http://live.datatables.net/fozebaqo/1/edit" provided and as per this example the input search box is above the table header , but our requirement is such at the input search box should be below the table header, so we just tried the same in our code and we are able to get the input search box below the table header but the search functionality is not working, can you please help.
Code
There are lots of threads on the forum like this one that discusses placing select inputs in the second header for column searching.
Kevin
Hi Kevin,
Thank you, the example which you provide does not satisfy our requirement, our requirement is a individual column search and the search input box must be below the header for each column like this http://live.datatables.net/fozebaqo/2/edit.
There are lots of threads regarding using text inputs in the header too. Here is the example I provide when answering the threads:
http://live.datatables.net/giharaka/1/edit
Kevin