Column sorting clones the header somehow...
Column sorting clones the header somehow...
cgencer
Posts: 2Questions: 0Answers: 0
Here is my debug link: http://debug.datatables.net/eqiyoz
I've got one table initialised, with several plugins activated as in the sDom string: '<"H"Tlfr>t<"F"ip>'
I had column reorder and visibility also on this package. with/without them, it still gives a strange header row duplication error on the first click on the sortable headers. The error is:
TypeError: o.aoColumns[iVis] is undefined
nThs[i].style.width = o.aoColumns[iVis].sWidth;
on line 3255 of dataTables.js (uncompressed). Can you give me a clue on this?
thanks a lot...
I've got one table initialised, with several plugins activated as in the sDom string: '<"H"Tlfr>t<"F"ip>'
I had column reorder and visibility also on this package. with/without them, it still gives a strange header row duplication error on the first click on the sortable headers. The error is:
TypeError: o.aoColumns[iVis] is undefined
nThs[i].style.width = o.aoColumns[iVis].sWidth;
on line 3255 of dataTables.js (uncompressed). Can you give me a clue on this?
thanks a lot...
This discussion has been closed.
Replies