I'm trying to adapt the nested row example but with Backbone Models as items instead. Toggling the rows "on" works but when trying to toggle them "off" there are errors inside the setItem method because "original_object" is null. Something with the indexes here seems to be messed up. Could you have a look at this?
I'm trying to adapt the nested row example but with Backbone Models as items instead. Toggling the rows "on" works but when trying to toggle them "off" there are errors inside the
setItem
method because "original_object" is null. Something with the indexes here seems to be messed up. Could you have a look at this?