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

TableOptions.columnWidth is defined as optional but implemented as required #178

Open
danikaze opened this issue Aug 19, 2019 · 2 comments

Comments

@danikaze
Copy link

Typescript definitions of columnWidth is written as an optional number[], but if you don't specify this parameter it will throw an error:

Error: A table must get columnWidth as a property. Please refer to the README.

@jkga
Copy link
Contributor

jkga commented Sep 15, 2021

Removing a columnWidth just shows an empty screen on my end and I believe
that is what we are expecting. Do you still encounter this one? @danikaze

@danikaze
Copy link
Author

danikaze commented Dec 1, 2021

Removing a columnWidth just shows an empty screen on my end and I believe that is what we are expecting. Do you still encounter this one? @danikaze

Sorry, stopped using blessed long time ago due to lack of feats

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

No branches or pull requests

2 participants