You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a custom data provider which call an API for providing data. Is there a builtin solution to use pagination, filter, etc for my array of results or do I have to make my own PaginatorInterface implementation ?
Hi,
I have a custom data provider which call an API for providing data. Is there a builtin solution to use pagination, filter, etc for my array of results or do I have to make my own PaginatorInterface implementation ?