I want to display search filter at top at header and Fixed header
I want to display search filter at top at header and Fixed header
kanchanb
Posts: 2Questions: 1Answers: 0
but it's not working when i used below css but i want to use this css for display search filter at top.
tfoot{
display: table-header-group;
}
This discussion has been closed.
Answers
Instead of placing the column search inputs in the footer and having the footer display in the header you will need to insert the column search inputs into the header. Here is an example:
http://live.datatables.net/hepeqiro/1/edit
Kevin