Actions
Feature #101534
openDashboard widget pagination
Status:
New
Priority:
Should have
Assignee:
-
Category:
Dashboard
Target version:
-
Start date:
2023-08-02
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
On Location Sprint
Description
There are some widgets (and hopefully more in the future) that list
a series of records. For space reasons, those are typically limited to
something like 8 or 10 rows.
It would be good if dashboards widgets could implement some paginator
interface that triggers rendering of a paginator. ext:core (or ext:backend)
already has some pagination API with interfaces, maybe dashboard could
implement some adapter to this or something?
Let's just start hacking on this, to see where it leads, as a first shot.
Actions