Quantcast
Viewing all articles
Browse latest Browse all 82152

Backbone single page application seems to break row expansion.

Hi All,

I've encountered an issue using Datatables in a backbone application. Basically what is happening is if I navigate directly to the data tables page once everything works fine. However, if I click out of the view rendering the table and then navigate back in (without a full page refresh...using the Backbone routing mechanism) I get the error when attempting to expand a row for additional details.

Uncaught TypeError: Cannot read property 'aoOpenRows' of null

in the chrome debugger.

Here is a link demonstrating this behavior.

http://jsfiddle.net/zundra/mrLx4/2/

Viewing all articles
Browse latest Browse all 82152

Trending Articles