Andrew Vereshchak

Results 2 comments of Andrew Vereshchak

To solve this problem(for version [1.0.0-beta.8](https://github.com/GuillaumeJasmin/react-table-hoc-fixed-columns/tree/next)), you need to add a style to the SubComponent ``` .sub_component .rt-table { overflow: visible !important; } ``` [Example](https://codesandbox.io/s/1o98x0n017)

@GuillaumeJasmin If the subcomponent occupies the entire width of the line, it does not need its own scroll. In my opinion, everything should work fine, but I do not have...