Fixed header is not fixed
Fixed header is not fixed

Hi, I am trying to have fixed header but it is not fixed. Here is a link: http://live.datatables.net/tegosuka/2/edit
I don't know what to try next.
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
If you remove this:
then FixedHeader works. See the updated example.
FixedHeader clones the header in order to work. Seems like your solution of using
display: table-header-group;
is incompatible with this. Here is an example of using column search inputs with FixedHeader. Maybe you can adapt it to work in your solution.Kevin