-
Notifications
You must be signed in to change notification settings - Fork 13
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
Auto-height #3
Comments
This library is very chaotic and not finished at all, i was trying to figure out this question for a longer time, one very weird and not properly working solution seems to be that you get the height of each column and sum it together for this to happen you need to edit table.js directly and pass onlayout property of column view to your main.js and there you just set that to state and pass it to table as height={this.state.value} |
If someone found better solution or even better lib for tables please tell me i would be very thankful! |
How do I allow the table to set it's own height based on the rendered size?
The text was updated successfully, but these errors were encountered: