Doubled Header instead of Fixed Header
Doubled Header instead of Fixed Header
rplantiko
Posts: 18Questions: 1Answers: 0
Hi,
when I try to use the Extra "FixedHeader.js" as documented, I do not get a fixed header but a doubled header, see here:
https://docs.google.com/file/d/0B-C44vw27ypxVTg4bDBXd1VGSkU/edit
Any idea what I am missing? Must be something basic, I guess. But I didn't find it out.
The table is in server side processing mode, i.e. the tbody part is filled by server requests, but the thead row is contained in the sent HTML, not filled dynamically.
Thanks and regards,
Rüdiger
when I try to use the Extra "FixedHeader.js" as documented, I do not get a fixed header but a doubled header, see here:
https://docs.google.com/file/d/0B-C44vw27ypxVTg4bDBXd1VGSkU/edit
Any idea what I am missing? Must be something basic, I guess. But I didn't find it out.
The table is in server side processing mode, i.e. the tbody part is filled by server requests, but the thead row is contained in the sent HTML, not filled dynamically.
Thanks and regards,
Rüdiger
This discussion has been closed.
Replies
[code]"sDom": '<"H"Tfrclear">t<"F"ip>'[/code]
you have to use this like below:
[code]
$('#view_result_table').dataTable( {
"sDom": '<"H"Tfrclear">t<"F"ip>
});
/code]
But am having another problem with FixedColumns.js which will be another topic.
Regards,
Rüdiger
Allan