Fixed Top, Bottom, Left, Right Example shows JS errors in FF
Fixed Top, Bottom, Left, Right Example shows JS errors in FF
mort
Posts: 4Questions: 0Answers: 0
Firebug is showing some (serious?) errors for the
http://datatables.net/release-datatables/extras/FixedHeader/top_bottom_left_right.html
example on Firefox 3.6.10 on OS X. The error is
'that' is not defined at line 725
[code]$('td', this).height( $('tbody tr:eq('+k+')', that.dom.body).outerHeight() ); [/code]
I'm also seeing this error in my own app. but only when setting {'left':true} in the initialization of FixedHeader.
http://datatables.net/release-datatables/extras/FixedHeader/top_bottom_left_right.html
example on Firefox 3.6.10 on OS X. The error is
'that' is not defined at line 725
[code]$('td', this).height( $('tbody tr:eq('+k+')', that.dom.body).outerHeight() ); [/code]
I'm also seeing this error in my own app. but only when setting {'left':true} in the initialization of FixedHeader.
This discussion has been closed.
Replies
Good call - thanks for the heads up on this one. I've just committed a fix to FixedHeader which addresses the issue. You can grab the fix from the development version on the downloads page: http://datatables.net/download/ . I'll package this fix up into a release in the near future.
Allan
Can you please confirm that your fix is in the nightly build?
I've just deleted the file that was there and reloaded the nightly. It's certainly there now. It might be worth deleting your cache as well.
Allan