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.
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.