GwtMaterialDesign / gwt-material-table

A complex table component designed for the material design specifications
https://gwtmaterialdesign.github.io/gmd-table-demo/
Apache License 2.0
27 stars 31 forks source link

DataTable - Horizontal Scroll is not visible on second attach. #145

Closed kevzlou7979 closed 6 years ago

kevzlou7979 commented 6 years ago

Hi @BenDol ,

Just tested the DataTable (Any type) - when trying to load it the first time, the horizontal scroll is visible but when I navigate to any page then bring back the DataTable - the horizontal scroll will now hidden. Just notice that the width is lesser than before.

table-1

Best Regards, Mark

BenDol commented 6 years ago

Ah good catch this is the same issue we were having, but since the table load isnt invoked we arent reassigning the scroll bar.