-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
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
PROD-2332 dataset page to use the new table component #5130
PROD-2332 dataset page to use the new table component #5130
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Test summaryRun details
This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. You can manage this integration in this project's settings in the Cypress Cloud |
…-page-to-use-the-new-table-component
const datasetApi = baseApi.injectEndpoints({ | ||
endpoints: (build) => ({ | ||
getDatasets: build.query< | ||
Page_Dataset_, | ||
PaginationQueryParams & SearchQueryParams & DatasetFiltersQueryParams |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice.
Test summaryRun details
This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. You can manage this integration in this project's settings in the Cypress Cloud |
Description Of Changes
Refactor dataset page to use new table component, the new paginated endpoint and support search.
Code Changes
Screenshot
Steps to Confirm
Pre-Merge Checklist
CHANGELOG.md