You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 27, 2018. It is now read-only.
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?
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?