I have an Action.Handler added to a table. One of the actions is to make an Item (row) editable. Once it is made editable, if the user actually makes a change, I need the right-click menu to change as well (i.e. have a “save changes” option).
I currently have a value change listener that triggers a full Table repaint which is causing out of sync errors after the second repaint. Is there a way to just update the Action menu? Barring that, any ideas on how to create a ValueChangeListener for all the properties of an Item, not just for a single one, so that I can control repaints to just the first change in the row?
Thanks,
Jonathan