-
Notifications
You must be signed in to change notification settings - Fork 179
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
Create general purpose Table component #978
Create general purpose Table component #978
Conversation
frontend/src/pages/projects/screens/projects/ProjectListView.tsx
Outdated
Show resolved
Hide resolved
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.
Looking great! Couple comments -- will have to test tomorrow.
c2965e4
to
6ce3469
Compare
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.
frontend/src/pages/projects/screens/projects/ProjectListView.tsx
Outdated
Show resolved
Hide resolved
this is b/c some table rows use a tbody when they should really just implement a row I will go remove the instances of those i find |
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.
Looking good on the replacement -- a couple things are still off on the generic nature of the table.
frontend/src/pages/modelServing/screens/projects/ServingRuntimeTableRow.tsx
Outdated
Show resolved
Hide resolved
frontend/src/pages/projects/screens/detail/notebooks/NotebookTableRow.tsx
Outdated
Show resolved
Hide resolved
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.
Testing now...
frontend/src/pages/modelServing/screens/global/InferenceServiceTable.tsx
Show resolved
Hide resolved
frontend/src/pages/modelServing/screens/global/InferenceServiceTable.tsx
Show resolved
Hide resolved
frontend/src/pages/modelServing/screens/global/InferenceServiceListView.tsx
Outdated
Show resolved
Hide resolved
d7e9bf7
to
f0d62ff
Compare
frontend/src/pages/modelServing/screens/global/InferenceServiceListView.tsx
Outdated
Show resolved
Hide resolved
frontend/src/pages/modelServing/screens/global/InferenceServiceListView.tsx
Outdated
Show resolved
Hide resolved
frontend/src/pages/modelServing/screens/global/InferenceServiceTable.tsx
Outdated
Show resolved
Hide resolved
delete unused projectTable comp
9391ef6
to
cb8891d
Compare
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: andrewballantyne The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
* implemented general Table component delete unused projectTable comp * added tbody fix * fixed pagination
* implemented general Table component delete unused projectTable comp * added tbody fix * fixed pagination
* implemented general Table component delete unused projectTable comp * added tbody fix * fixed pagination
fixes: #961
Description
Create a Table component that handles
Other toolbar items can be added through a toolbar param
How Has This Been Tested?
make sure all instances of tables work the same the they did before:
odh-dashboard/frontend/src/pages/BYONImages/BYONImagesTable.tsxodh-dashboard/frontend/src/pages/BYONImages/ImportImageModal.tsxodh-dashboard/frontend/src/pages/BYONImages/UpdateImageModal.tsxMerge criteria: