FixedColumns 2.0.3 with jQuery UI theming - line 796: Uncaught TypeError
FixedColumns 2.0.3 with jQuery UI theming - line 796: Uncaught TypeError
jhaitas
Posts: 32Questions: 0Answers: 0
I am experiencing a new error in FixedColumns 2.0.3 when using jQuery UI theming ...
On line 796 the error "Uncaught TypeError: Cannot read property 'className' of undefined" is thrown (in Google Chrome)
This happens when using the Scroller plugin and server side data.
The error happens in
* Google Chrome 18.0.1025.162 m
* Internet Explorer 9.0.8112.16421
* FireFox 11.0
Can anyone else confirm?
Thanks,
John
On line 796 the error "Uncaught TypeError: Cannot read property 'className' of undefined" is thrown (in Google Chrome)
This happens when using the Scroller plugin and server side data.
The error happens in
* Google Chrome 18.0.1025.162 m
* Internet Explorer 9.0.8112.16421
* FireFox 11.0
Can anyone else confirm?
Thanks,
John
This discussion has been closed.
Replies
Allan
Would it be possible to integrate that Scroller patch to FixedColumns in the near future?
Allan
I commented out that line, but then I had double header rows showing, so hid the clone headers by adding: oStyle.display = "none";
Here's what it looks like:
[code]
/* Copy the DataTables' header elements to force the column width in exactly the
* same way that DataTables does it - have the header element, apply the width and
* colapse it down
*/
var nInnerThead = $('>thead>tr', oClone.body)[0];
for ( iIndex=0 ; iIndex