measuredco / puck

The visual editor for React
https://puckeditor.com
MIT License
5.28k stars 322 forks source link

Pagination in fetchList #596

Closed BR1G00 closed 2 weeks ago

BR1G00 commented 2 months ago

It would be nice if in fetchList mode we could paginate the result, but not only client side. Currently there is no valid way to do it, one of the most annoying obstacles is that there is no possibility to disable the cache, because for example if I do something in the fetchList function, when puck returns me the cached result, the function does not fire and I have lost the logic of the function.

chrisvxd commented 2 weeks ago

Realised this is duplicate of #262