Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use pagination API to render pagination #203

Merged
merged 2 commits into from
Dec 8, 2023
Merged

Conversation

christianbltr
Copy link
Member

Use the built-in pagination API to render the pagination
instead of a custom solution with a dedicated
standalone view. This simplifies overwriting the
pagebrowser with a custom template and also gives more
options for integrators because now partials can be
used.

Use the built-in pagination API to render the pagination
instead of a custom solution with a dedicated
standalone view. This simplifies overwriting the
pagebrowser with a custom template and also gives more
options for integrators because now partials can be
used.
PHPStan is complaining that the
SlidingWindowPagination class does not exist in
TYPO3 11, so we ignore this error for now
@christianbltr christianbltr merged commit ec28e2d into master Dec 8, 2023
8 checks passed
@christianbltr christianbltr deleted the task/pagebrowser-api branch December 8, 2023 09:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant