"Scroller" feature makes my table disappear
"Scroller" feature makes my table disappear
Hello,
I'm initializing the table like this: (with Scroller enabled)
[code]
var mainTable = $('#tableID').dataTable({
"sDom": 'TfrtS',
"bDeferRender": true
});
[/code]
After approximately 1 second, the table disappear with this error [code]Uncaught TypeError: Cannot call method 'appendChild' of undefined[/code]
Table content is generated server-side when the page is loaded, dataTable is called after on an already generated HTML table.. could that be the reason?
It's a very long and large table and the Scroller extra is needed as the page feels sluggish.
I'm initializing the table like this: (with Scroller enabled)
[code]
var mainTable = $('#tableID').dataTable({
"sDom": 'TfrtS',
"bDeferRender": true
});
[/code]
After approximately 1 second, the table disappear with this error [code]Uncaught TypeError: Cannot call method 'appendChild' of undefined[/code]
Table content is generated server-side when the page is loaded, dataTable is called after on an already generated HTML table.. could that be the reason?
It's a very long and large table and the Scroller extra is needed as the page feels sluggish.
This discussion has been closed.
Replies
Allan