Unable to combine sName and bVisible:false

Unable to combine sName and bVisible:false

samy_rsamy_r Posts: 13Questions: 0Answers: 0
edited April 2011 in Bug reports
When we use following settings :
[code]
"aoColumns": [
{ "sName": "there_is_the_name", "bVisible" : false }
]
[/code]

the following error is thrown : "nTh.parentNode is null" (at ligne 2908) (I used non-minified version to debug)

If I add a test for nTh.parentNode, it works.

Replies

  • allanallan Posts: 61,446Questions: 1Answers: 10,055 Site admin
    There shouldn't be any reason why that happens. Can you send us a link to a page which is showing this problem please?

    Allan
This discussion has been closed.