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

Platform table - rowHeight behaves more like setting a minimum row height, rather than setting a specific row height #12475

Open
mikerodonnell89 opened this issue Sep 26, 2024 · 0 comments
Labels
enhancement New feature or request Low The Defect is an irritant but repair can be done once the more serious Defect has been fixed table

Comments

@mikerodonnell89
Copy link
Member

The [rowHeight] (and potentially secondaryRowHeight) input on the platform table behaves as a minimum row height rather than setting a specific row height. This is because display: table-cell will always render the entirety of its contents, even with a height (or max-height) css value set on the table cell or row. One way to address this would be to automatically place a div inside each table cell which will contain the cell contents, and apply height (or max-height) to the div instead of the parent cell or row. However, this would be a breaking change.

@mikerodonnell89 mikerodonnell89 added enhancement New feature or request Low The Defect is an irritant but repair can be done once the more serious Defect has been fixed table labels Sep 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Low The Defect is an irritant but repair can be done once the more serious Defect has been fixed table
Projects
None yet
Development

No branches or pull requests

1 participant