Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changes
I moved the paginators outside the div that performs side-ways scrolling if the enclosed table is too large.
Issue link
You have to create an issue to link to this PR. If this really is not possible, write a very detailed description here and add this PR to the project board directly.
Please add the link to the issue after "Closes".
Closes ...
Demo
Before:
![image](https://private-user-images.githubusercontent.com/1902670/410920319-f126246f-2d4b-4860-810e-4222dca703e3.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkwMDIwMjcsIm5iZiI6MTczOTAwMTcyNywicGF0aCI6Ii8xOTAyNjcwLzQxMDkyMDMxOS1mMTI2MjQ2Zi0yZDRiLTQ4NjAtODEwZS00MjIyZGNhNzAzZTMucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIwOCUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMDhUMDgwMjA3WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9MDEyOWJiM2E0N2RmYWIwZmQ3OGNlNTcwZjE1YTViODU0ZTQ1MTk2MzhjMGRjNzNlODMzYzIwOWVhYTFlNzY5MiZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.mFYhlOirpQkrLaAvlpxIFrvZxBnFYJTrIcgu_060U94)
After:
![image](https://private-user-images.githubusercontent.com/1902670/410920530-7a42297d-2179-4a29-b83e-2b9f326627de.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkwMDIwMjcsIm5iZiI6MTczOTAwMTcyNywicGF0aCI6Ii8xOTAyNjcwLzQxMDkyMDUzMC03YTQyMjk3ZC0yMTc5LTRhMjktYjgzZS0yYjlmMzI2NjI3ZGUucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIwOCUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMDhUMDgwMjA3WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9MDEwMTYxZTNkZmJjOGJjODI5NDUyOTBlZjEwMWRjNjZhYzE0MGRlOGNiZjQ4YjFhNWMxNTFjMzIyMWQ0M2I3ZCZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.k7eY6Q6EUSCiFXUNkRQjfyH0uIbFoOgt6-Yfb7Jvy1c)
QA notes
There might be more locations where the paginator is inside the scrolling view. They should be fixed too.
Code Checklist
.env
changes files if required and changed the.env-dist
accordingly.Checklist for code reviewers:
Copy-paste the checklist from the docs/source/templates folder into your comment.
Checklist for QA:
Copy-paste the checklist from the docs/source/templates folder into your comment.