The new studio home page and other new parts of the Studio MFE use Paragon's default pagination widget:

But our tags list page has a DataTable which uses the "Reduced" pagination component:

For consistency, we would like the tag list to also use the default version of the pagination widget.
Please review this thread on Slack for important context and discussion and tips on how to do this: https://openedx.slack.com/archives/C04BM6YC7A6/p1701385503603489
Plan
- Change the pagination for the
DataTable in the Course Authoring MFE following the custom footer component pattern
- Get that implementation reviewed for usability/accessibility. Address any usability/accessibility concerns.
- Get it added to Paragon as a configuration option. Use that implementation as an example of what we want to bring into Paragon.
- Update Paragon in the MFE, replace the custom component in the MFE with the new configuration option for
DataTable.
Acceptance Criteria
- Pagination style of the tag list is consistent with the new designs for other parts of Studio / Course Authoring MFE.
- Remove the period in the “Showing 13 - 24 of 500.” text on the left side.
Dependencies
Relates to / continues #111
Note: this should probably be done after #155 and related tickets in case major changes to the DataTable are needed for that ticket(s).
The new studio home page and other new parts of the Studio MFE use Paragon's default pagination widget:
But our tags list page has a

DataTablewhich uses the "Reduced" pagination component:For consistency, we would like the tag list to also use the default version of the pagination widget.
Please review this thread on Slack for important context and discussion and tips on how to do this: https://openedx.slack.com/archives/C04BM6YC7A6/p1701385503603489
Plan
DataTablein the Course Authoring MFE following the custom footer component patternDataTable.Acceptance Criteria
Dependencies
Relates to / continues #111
Note: this should probably be done after #155 and related tickets in case major changes to the
DataTableare needed for that ticket(s).