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

CategoryComponent - openByDefault does not open the category #144

Closed kevzlou7979 closed 6 years ago

kevzlou7979 commented 6 years ago

Hi @BenDol ,

Just notice the category component does not open by default event I've set it to true.

Best Regards, Mark

BenDol commented 6 years ago

This is working when I test it, how are you implementing this? You might be assigning it after the category has already been created and rendered perhaps.

kevzlou7979 commented 6 years ago

It's working now, yeah true needs to assign it after the category has been rendered.