Closed
Description
An API might want to send additional data since all the data isn't send when using pagination
The useListContext()
hook, as documented here, provides only data
and total
, not additional values sent back by getList()
The solutions that could be implemented to allow this mechanism are not practical at all (feel free to explain it here if you were to find one)
I also found this stackoverflow question that raises the same issue
Here is an example using chips to show a summary of all the data (not working since the feature doesn't exist) :