Add support for pagination in GLQL
What does this MR do and why?
Add support for pagination in GLQL
Add a load more button at the footer of a GLQL table/list to load more items.
Changelog: added
References
Improved GLQL Table Design and Pagination (#502701 - closed)
Screenshots or screen recordings
| Light mode | Dark mode | |
|---|---|---|
| Load more action on table | ||
| Load more action on list view | ||
| Load more action on numeric list view |
How to set up and validate locally
Create the below GLQL table in an issue description:
```glql
display: table
fields: state, title as "Some title", labels("Aft*"), labels as "Remaining Labels"
query: type = Issue
limit: 5
```
MR acceptance checklist
Evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Edited by Himanshu Kapoor