vincjo / datatables

A toolkit for creating datatable components with Svelte
https://vincjo.fr/datatables
MIT License
425 stars 15 forks source link

Get Filtered Rows #58

Closed Smith-Chris1 closed 1 year ago

Smith-Chris1 commented 1 year ago

I apologize, but I don't see a way to do this, I want to filter and then grab the ID or other element from ALL the filtered rows, not just the 1st page.

If I have 10 results per page, and my filtering brings the total down from 1000 rows to 200 rows, I want to get the ID from the 200 and do some processing.

Smith-Chris1 commented 1 year ago

Ok - as soon as I report my problem, I find the solution.

handler.getPages()