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

Column.delegate setter should return "this" #185

Open gkresic opened 4 years ago

gkresic commented 4 years ago

Is there a reason why Column.delegate setter returns void instead of column itself (like the rest of setters in same class)?

Empty return value prevents method chaining.