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

onRowExpanding fires only once #123

Closed simerlec closed 6 years ago

simerlec commented 6 years ago

Hello,

It seems like the onRowExpanding method in the addRowExpandingHandler only fires once - the handler is not triggered after the row is collapsed and expanded again. Is there a way to make it fire every time the row is expanding?

thanks and kr

simerlec commented 6 years ago

Found it, nevermind :)