This repository was archived by the owner on Nov 27, 2018. It is now read-only.
This repository was archived by the owner on Nov 27, 2018. It is now read-only.
Table height only updates on window resize #11
Open
Description
Hey, thanks for making this plugin! I just had one issue so far. I'm making a table where you can click on rows to show 'sub-rows'. To do this I have to change the number of rows that are being rendered in the table quite often.
I've noticed that the table will only change it's height on window resize regardless of any new height that I pass to the parent container.
Could a feature be added so the table's height changes if the parent container's height changes as well?