-
Notifications
You must be signed in to change notification settings - Fork 20
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
feat(table): add part for the cell in the expanded row of the table. add visible for overflow. #789
Conversation
Playwright test resultsDetails 387 tests across 130 suites |
This pull request is automatically being deployed by Amplify Hosting (learn more). |
@patrikhultgren looking good! maybe just add |
Thanks @Lunkan89 :) Of course, done! |
@patrikhultgren , regarding your point in the teams thread. Its possible to avoid the overflow scroll in x-axis by setting overflow="hidden". |
Yes, I’ve noticed that, but the issue is that the parent element still has overflow: auto, which is causing problems. @ckrook |
52346e7
to
724ad10
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.
Charles and I added small changes to meet the contributor needs while leaving default behaviour intact.
Changes look good to me.
724ad10
to
6f3ba06
Compare
Quality Gate passedIssues Measures |
Describe pull-request
The purpose of this PR is to provide an option to remove the padding in the expanded area. Additionally, I want to have control over the overflow behavior. Otherwise, it might cause elements like dropdowns to be cut off.
The proposed technical solution is to add a "part" that allows styling of the expanded area in an expanded table row. This would enable adjustments like removing padding, allowing the expanded area to utilize its full width.
More information can be found in the Teams channel "Development support - Tegel".
Issue Linking:
Checklist before submission
npm run build-all
without errorsSuggested test steps