is there any other sample for MergeView?

hi there

It is very hard to find more sample about MergeView over Internet. I want to update MergeView content dynamically, but there is no method available for me to do that. I tried to delete or drop it, but failed. My form grow new MergeView every time I run it (once with a new MergeView). Any help?

Nope, there isn’t. But to remove such a view from the document, you have to simply remove it from the DOM. If mv is your MergeView instance, mv.wrap.parentNode.removeChild(mv.wrap) should do it.