I have a model that I bind to to receive add and remove item events.
I receive two add events (I checked) but the whole thing just seems to be going haywire.
It calls the custom renderer several times in a seemingly arbitary pattern. The height/css is broken but that might be that it can’t accommodate to my custom renderer so I can put that aside.
However it seems to not be drawing the second item despite the render function being called.
I really have doubts about the stability of this plugin but thankfully I can use grid to the same effect.