Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
85
How to filter out non-edited rows from the grid?
posted

I've recently upgraded to Angular 9 and igniteui-angular to 9 beta.7.

What I was doing previously to 'filter' out rows that had no changes in them has stopped working (effectively updating the datasource that the grid was bound to in its data property).

After trying several things I'm ready to ask, what is the prescribed way of doing what I'm trying to do?

Basically, if there are any edits in the grid data, I want the ability to only show them (and then bring back all rows).