ColVis example - exclude columns from list doesn't work
ColVis example - exclude columns from list doesn't work
It isn't working only for me? (ff5/chromium13)
Link to example page - http://www.datatables.net/release-datatables/extras/ColVis/exclude_columns.html
firebug console output
[code]this.dom.buttons[i] is null
[Break On This Error] this.dom.buttons[i].style.width = "auto";[/code]
at line 689 of ColVis.js
and
chromium console:
[code]Uncaught TypeError: Cannot read property 'style' of null[/code]
at the same line.
Link to example page - http://www.datatables.net/release-datatables/extras/ColVis/exclude_columns.html
firebug console output
[code]this.dom.buttons[i] is null
[Break On This Error] this.dom.buttons[i].style.width = "auto";[/code]
at line 689 of ColVis.js
and
chromium console:
[code]Uncaught TypeError: Cannot read property 'style' of null[/code]
at the same line.
This discussion has been closed.
Replies
Allan
It has been fixed as of the 1.0.6 nightly of ColVis, more info here: http://www.datatables.net/forums/discussion/comment/22562#Comment_22562
Cheers,
CHgsd