Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ML] Fix pagination reset on search query update. (#65668)
Fixes pagination issue: When the query bar query changes, we need to check the selected page is still valid. Example: If you're on a last page (125), edit the filter, and it looks like the grid is trying to reload page 125 even though there are only 24 pages for the new query value you end up with an empty table. This brings over a fix already in place for the transform data grids: On every search query change we'll reset the pagination index.
- Loading branch information