-
Notifications
You must be signed in to change notification settings - Fork 203
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
document=> text-table change width when cell text is changed. #173
Comments
BTW one thing i love to see to this widget is the option to add and remove rows later like changing the content or attributes. |
@nielsnl68 When defining your own borderChars, everything should be exactly 1 character. Replace empty strings with a space. |
@nielsnl68 I just added a check for that, now it default to 1 space when a border type is empty. |
Thanks, but did you also saw that the whole table resized when |
@nielsnl68 nope, the whole table uses 100% width even after setting the content. However rows/columns are indeed resized depending on the content, and that's the intended behavior. |
@nginth Ah, I missed the second bug hiding behind the first... |
@cronvel , could you look at this changed example of the text-table-test,js file,
it should be expanded over the screen, and that works fine until the content of a column happens then the table shrink in size? does it not respect the autoWidth settings at that point anymore?
The text was updated successfully, but these errors were encountered: