ReactTable size independent of split-pane Pane parent size; how to fix?
Hello. I have a ReactTable inside a Pane (from react-split-pane), and want to get the resulting table to conform to the size of the Pane that it is nested in. I've noticed that although it's possible to override the table's height with an absolute value, overriding with a percentage doesn't seem to work. Is there some quirk I am missing?
0 Replies