"Scroller" feature makes my table disappear

"Scroller" feature makes my table disappear

ludalexludalex Posts: 4Questions: 0Answers: 0
edited January 2014 in General
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.

Replies

  • allanallan Posts: 63,498Questions: 1Answers: 10,471 Site admin
    Not sure what is wrong there I'm afraid. Can you please link to a test case as required int he forum rules: http://datatables.net/forums/discussion/12899/post-test-cases-when-asking-for-help-please-read .

    Allan
This discussion has been closed.