-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Migrate to material react table #5970
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
43507e1
to
c5811c2
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.
ESLint doesn't pass. Please fix all ESLint issues.
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.
ESLint doesn't pass. Please fix all ESLint issues.
c0cf30d
to
9b436be
Compare
src/apps/dashboard/features/activity/components/LogLevelCell.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.
Seems to work, in general.
There are checkboxes to hide columns, but for some reason they don't work.
Quality Gate passedIssues Measures |
Cloudflare Pages deployment
|
Changes
@mui/x-data-grid
library withmaterial-react-table
. This library is still based on mui (and tanstack table), but without any paywalled features (unlike the current library).useLogEntries
anduseUsers
hooksIn a future PR we could improve the filters over the default text based filtering. (The datetime filtering requires some additional work to ensure our current locale is available in the React context.)
Issues
N/A