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

Added "overflow" attribute to the "table" component #422

Merged
merged 2 commits into from
Jun 18, 2024

Conversation

pchemguy
Copy link
Contributor

@pchemguy pchemguy commented Jun 18, 2024

The "table" component template will now set the width property of the table component div to "fit-content" if the table defines a boolean "overflow" attribute set to TRUE.

This feature is useful for "wide" tables, as it prevents columns clipping on the right, enabling horizontal scrolling via the browser scrollbar.

The "table" component template will now set the width property of the table component div to "fit-content" if the table defines a boolean "overflow" attribute set to TRUE.
Copy link
Collaborator

@lovasoa lovasoa left a comment

Choose a reason for hiding this comment

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

@pchemguy pchemguy requested a review from lovasoa June 18, 2024 19:37
@lovasoa lovasoa merged commit 16b4cb0 into sqlpage:main Jun 18, 2024
9 checks passed
@pchemguy pchemguy deleted the table-overflow branch June 18, 2024 21:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants