Fix header problem
Fix header problem
krutika
Posts: 1Questions: 0Answers: 0
i have used data table function for fixed header
but the problem with that is
my original table column and fixed header column alignment is not matched
here i m giving you the link for .js file that i have used
and below is the code i have used
var oFH = new FixedHeader(oTable);
oFH.fnUpdate();
but the problem with that is
my original table column and fixed header column alignment is not matched
here i m giving you the link for .js file that i have used
and below is the code i have used
var oFH = new FixedHeader(oTable);
oFH.fnUpdate();
This discussion has been closed.
Replies
Allan