bDeferRender and ColVis don't play nice together
bDeferRender and ColVis don't play nice together
UPEngineer
Posts: 93Questions: 0Answers: 1
Allan,
I am experimenting with the bDeferRender beta and so far coming along quite nicely.
I have a couple of broken items as is, that I have fixed until now.
I have a table that I use the ColVis 1.4 plugin.
I also have bDeferRender set to true.
When I click the Show/Hide Columns button and select a hidden column to show, it works just as it should.
However, to hide it again, it does not work and throws this error:
h is undefined
e;f++)if(d.aoData[f].nTr!==null){h=i[f...Index]),b=a.nTableWrapper.parentNode,
This is the minified version.
Here is the unminified version:
nTd is undefined.
nTd.parentNode.removeChild( nTd ); line 2072.
ANy workaround?
Scott
I am experimenting with the bDeferRender beta and so far coming along quite nicely.
I have a couple of broken items as is, that I have fixed until now.
I have a table that I use the ColVis 1.4 plugin.
I also have bDeferRender set to true.
When I click the Show/Hide Columns button and select a hidden column to show, it works just as it should.
However, to hide it again, it does not work and throws this error:
h is undefined
e;f++)if(d.aoData[f].nTr!==null){h=i[f...Index]),b=a.nTableWrapper.parentNode,
This is the minified version.
Here is the unminified version:
nTd is undefined.
nTd.parentNode.removeChild( nTd ); line 2072.
ANy workaround?
Scott
This discussion has been closed.
Replies
Allan