javascript - What is the best way to identify those rows with data have changed in the Ag-Grid? -
- i'm using ag-grid angular1;
- and own custom cell renderer.
- "version": "5.4.0"
i want have array have rows in cells been changed, used in service update of data.
i've tryed cellvaluechanged event, doesn't work custom editor;
i've been searching in row models, didn't find on 3 models way of changed data; e.g. event listener but:
"addeventlistener(eventtype: string, listener: function): add event listener. rowselected event supported."
what best way that?
Comments
Post a Comment