I have treepanel with 2 checkbox columns. When i press button UPDATE Ii send TreePanel1.getStore().getChangedData() to code beihnd where i save changed data to database.

How to commit these changes , so when i click on UPDATE button again i get empty array from TreePanel1.getStore().getChangedData() t if i didn't change anything after update?