Unable to combine sName and bVisible:false
Unable to combine sName and bVisible:false
samy_r
Posts: 13Questions: 0Answers: 0
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.
[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.
This discussion has been closed.
Replies
Allan