Skip to content
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

[docs] Make cell editable in demos #1817

Merged
merged 1 commit into from
Jun 17, 2021

Conversation

@oliviertassinari oliviertassinari changed the title [docs] Make demos editable [docs] Make cell editable in demos Jun 9, 2021
// See https://github.com/mui-org/material-ui/issues/10534
if (
(event.target as any).nodeType === 1 &&
!event.currentTarget.contains(event.target as Element)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

BTW I thought I put a comment about this one, or is it on another PR and we are repeating it again?

Copy link
Member Author

@m4theushw m4theushw Jun 10, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We're not repeating again. This PR is stacked on top of #1772, which is where you added your comment. #1772 has to be reviewed first.

@m4theushw m4theushw force-pushed the make-demos-editable branch 4 times, most recently from a0da475 to 6973927 Compare June 17, 2021 00:18
@m4theushw
Copy link
Member Author

I've updated this PR to also make the cells editable in the employee dataset.

@m4theushw m4theushw requested a review from dtassone June 17, 2021 16:21
@m4theushw m4theushw merged commit 7fd5c66 into mui:master Jun 17, 2021
@m4theushw m4theushw deleted the make-demos-editable branch June 17, 2021 16:30
@oliviertassinari oliviertassinari added the docs Improvements or additions to the documentation label Jun 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Improvements or additions to the documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[docs] Improve commodity to add edition on columns
4 participants