Fix header problem

Fix header problem

krutikakrutika Posts: 1Questions: 0Answers: 0
edited April 2012 in DataTables 1.8
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();

Replies

  • allanallan Posts: 63,381Questions: 1Answers: 10,449 Site admin
    Can you give us a link to the page showing the issue please?

    Allan
This discussion has been closed.