We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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:
DataTable
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
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 text was updated successfully, but these errors were encountered:
No branches or pull requests
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
DataTable
in 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
DataTable
are needed for that ticket(s).The text was updated successfully, but these errors were encountered: