bDeferRender and ColVis don't play nice together

bDeferRender and ColVis don't play nice together

UPEngineerUPEngineer Posts: 93Questions: 0Answers: 1
edited April 2011 in Bug reports
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

Replies

  • allanallan Posts: 61,716Questions: 1Answers: 10,108 Site admin
    Are you using the very latest nightly build (i.e. "Fri 22nd Apr 2011, 23:14")? There was an issue with fnSetColumnVis (which ColVis uses) and deferred rendering, but that should be fixed now.

    Allan
  • UPEngineerUPEngineer Posts: 93Questions: 0Answers: 1
    That's what is was. Fixed now :)
This discussion has been closed.