-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
backendTasks related to server, logic, APITasks related to server, logic, APIenhancementNew feature or requestNew feature or requestfeatureImprovementImprovementhelp wantedExtra attention is neededExtra attention is needed
Description
Description
The recent orders table is currently limited to 5 rows with no option to view more or navigate through additional data.
Goal
Give admin control over how many rows are displayed and allow navigation through multiple pages of orders.
Proposed Solution
- Add Rows per Page (Page Size) selector (default: 5)
- Implement Pagination:
- Page numbers (1, 2, 3…)
- Next / Previous buttons
- Update table dynamically based on selected limit and page
Expected Result
Admin can:
- Choose how many rows to display (e.g., 5, 10, 20)
- Navigate through different pages of orders
- View more data without cluttering the UI
Notes:
Improves usability and scalability of the dashboard when handling large numbers of orders.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
backendTasks related to server, logic, APITasks related to server, logic, APIenhancementNew feature or requestNew feature or requestfeatureImprovementImprovementhelp wantedExtra attention is neededExtra attention is needed