colspan of empty row when 1 or more column hidden

colspan of empty row when 1 or more column hidden

webgengiskhanwebgengiskhan Posts: 1Questions: 0Answers: 0
edited May 2010 in Bug reports
Hi,
when i have a column with the property bVisible to false
and no row to display i have a bad colspan on the empty row cell.

i replaced
in the function _fnDraw( oSettings )
...
nTd.colSpan = _fnVisbleColumns( oSettings );//oSettings.aoColumns.length;
...

the correction fixed my problem. dont know if it cause any other bug for now :)


Martin Hebert

Replies

  • allanallan Posts: 61,650Questions: 1Answers: 10,094 Site admin
    Agreed :-). This was the first change that when into the 1.7 development version which I've been working on. It will be included in the beta and final release as well.

    Thanks,
    Allan
This discussion has been closed.