-
Notifications
You must be signed in to change notification settings - Fork 310
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
Refactor datasheet to use flexbox and add responsive #7221
Conversation
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.
Let's also include the changes that convert the sections into accordions:
It should be possible to solve this with CSS and media queries only. You'd have to track which groups are open/closed in the component state to apply the respective class to each group, then only use these classes in mobile views to show/hide the respective groups.
Please also take care to apply accurate spacing and alignment as per the screendesign.
2d06be3
to
3568936
Compare
Summary
This PR refactors the dataSheet component to use flex box to be more flexible to responsiveness
Changes
Testing
Steps
...
Results
Checklist
README.md
for the chosen target branch.CHANGELOG.md
.CONTRIBUTING.md
, there are no fixup commits left.