agGrid in react + redux app is modifying underlying data
问题 I'm using latest agGrid enterprise in react + redux app. The issue is that I'm using built in editing of agGrid and this is modifying directly underlying data i.e. array that is returned from redux store. This is breaking immutability principle. Is there way to use/configure agGrid no to modify the data but to: react to change and call some callback with info about the change then I could update redux store (one item in the array) then agGrid could detect that only single object in array got