ngx-treeview icon indicating copy to clipboard operation
ngx-treeview copied to clipboard

Keep track of diff to initiatial state.

Open andreElrico opened this issue 4 years ago • 0 comments

First of all. Thank you for ngx-treeview <3 !

In this.treeviewComponent.selection we keep track of checkedItems and uncheckedItems

{checkedItems: Array(3), uncheckedItems: Array(5)}

It would be great to have a third key changedItems:

this.treeviewComponent.selection.changedItems

This would keep track of items that have changed in comparison to the initial state!

###Anyone has a workaround or any idea how I could get the DIFF items?

andreElrico avatar Sep 11 '19 13:09 andreElrico