-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
[Table] EditableCell doesn't grow to match the row like EditableName does with defaultRowHeight set #1235
Comments
To be clear, if we do this, it's going to look something like this: Is that really what we want? @llorca |
To be clear -- none of the text goes onto other lines, there, it's all on one line, even with all the vertical space. |
@gscshoyru yeah that makes sense to me. One liner as a default, but theoretically text could wrap onto multiple lines if wrapping enabled |
@llorca -- well, right now we just have |
Bug report
Steps to reproduce
Actual behavior
Header has the right size:
But the cell doesn't:
Expected behavior
EditableCell
s grow to fit the size of their containing row.This is extra sad because then the click target for the editable area is small even if the row is very large.
The text was updated successfully, but these errors were encountered: