ideas icon indicating copy to clipboard operation
ideas copied to clipboard

[Feature] Ability to mutate paginated results

Open alexbowers opened this issue 5 years ago • 1 comments

When you have a query like so:

Table::paginate();

You get the results for a specific "page" of results. However, if you need to mutate any of the results from that table, it isn't as easy as just running map on it.

If you do, you lose all of the structure for the pagination.

A way to mutate the pagination results without losing the structure would be very useful.

alexbowers avatar Mar 19 '19 10:03 alexbowers

This is much needed!! I'm surprised this is not a feature yet.

If I have time, I might work on this.

dunhamjared avatar Apr 22 '21 21:04 dunhamjared