-
-
Notifications
You must be signed in to change notification settings - Fork 5.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
Support configuring <Datagrid>
row styles with Material UI sx syntax
#8986
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Co-authored-by: Jean-Baptiste Kaiser <[email protected]>
[Doc] Fix NextJS tutorial for the latest version of create-next-app
…omponent Fix show custom empty component on <ListView>
…`<ReferenceInput>`
…tion into account
…matchSuggestion-in-reference Fix `<AutocompleteInput>` should not use `matchSuggestion` when in a `<ReferenceInput>`
…-error Fix `getList` and `getManyReference` error to take partial pagination into account.
[TypeScript] Fix inference errors in Field components
…-usage-npx [Doc] Fix create-react-admin usage with npx
…ssion [TypeScript] Fix regression in type of `<FunctionField>` `render`
`record` is guaranteed to not be `undefined`, as there’s a falsey check on line 30. It also must return a viable ReactNode that can be rendered.
Matches changes implemented in marmelab#8964
…ue-vertical-alignment Fix `<ReferenceField>` line height isn't consistent with other fields
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 3.2.0 to 3.2.7. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v3.2.7/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v3.2.7/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
…urce [Doc] Better explain the type of `getSource` and `scopedFormData` in `<FormDataConsumer>`
Fix configurable does not have a targetable root class
…ckage [Doc] Fix Remix tutorial mentions outdated postgrest adapter
…-stories-CustomOption Fix `<AutocompleteArrayInput>` 'custom options' story
…n/vite-3.2.7 Bump vite from 3.2.0 to 3.2.7
Fix linter warnings
[Doc] Fix Confirm prop table overflows
djhi
requested changes
Jun 12, 2023
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.
Thanks! As this is a new feature, can you target the next
branch?
djhi
changed the title
Add rowSx
Support configuring Jun 12, 2023
<Datagrid>
row styles with Material UI sx syntax
Co-authored-by: Gildas Garcia <[email protected]>
Fixed |
Unfortunately, it seems you'll have to rebase your branch on |
closing because of #8925 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Follow up from #8925, due to inactivity. I kept rowStyle as requested by @djhi