api-platform / admin

A beautiful and fully-featured administration interface builder for hypermedia APIs
https://api-platform.com/docs/admin/
MIT License
481 stars 130 forks source link

Cursor based pagination #456

Closed KDederichs closed 2 years ago

KDederichs commented 2 years ago

Description
It seems to me like even if you implement cursor based pagination on the API side the admin just flatout ignores it (with no possibility to enable it) So either supporting it by setting a flag or by parsing the schema would be nice.

Example
None needed I guess?