Hello,
I know it's possible to get the filtered rows for a grid (getFilteredRecords()) and it will return all my filtered records on multiple pages, but i also want to get the "searchedRecords" of multiple pages, is this possible?
I use the 'Search' option in the toolbar. See stackblitz
https://stackblitz.com/edit/angular-uo59kz-euajf5?file=app.component.ts
When i use the getCurrentViewRecords() i only get the items from the first page.
With kind