I’ve been following this tutorial in regards to connecting a store to a tree all of what is detailed in the tutorial works fine. But I can’t figure out how to delete an entry from the tree. Using store.remove (itemid) does trigger the call to DELETE and works fine, but it does not update the tree after the DELETE event has occurred. I’ve had a look around and seem to be unable to find any working solution for doing this. If some one can spread some light on it I would be most grateful.
Share
make sure that you are handling the remove notification in your store
this is necessary to update the tree after delete REST service is done.