-
-
Notifications
You must be signed in to change notification settings - Fork 126
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
MFXTableView - wrap text in cell and/or change cell height #239
Comments
The only way is to increase the height of all cells |
I've tried that already, but it doesn't work either. Am I missing something? I've increase the hight at cell level. Is there a global property I've missed? |
I also stuck trying to make it work. I tried to wrap the cell text such a way though
what I didn't know that Partially can be fixed if the row height is permanently increased
but of course this is ugly because the height should be dynamic based on the demand of the parent nodes. |
Do I understand correctly that column name wrapping doesn't work because of the same reason?
Header text is not wrapped even if the height of the header row is permanently increased
|
Hi,
I'm trying to create a table where a Description column is quite lengthy. I've tried the following:
Is there a way to expand the height of the cell to accomodate higher elements?
The text was updated successfully, but these errors were encountered: