HoochSDS

Results 5 issues of HoochSDS

When using a GMD-Table with StickyHeader in the Chrome browser, the mouse wheel scroll sometimes doesn't work. Especially when the list is at the beginning. The behavior can also be...

In newest Firefox (88.0.1 64-Bit) the sticky GMD-Table (Version 2.5.0-SNAPSHOT) header, footer and the sticky category lose their position, while vertical page scrolling. The x-scroll of the table content does...

Hi, If you have a Table with single selection like this ``` ``` you can select more than one row, if you hide the Category. Using 2.2-SNAPSHOT\gwt-material-2.2-20190531.021210-77.jar Issue is also...

1) The order of column and header Argument are different in 2.2-SNAPSHOT, causing errors! GwtMaterial table 2.1.1. ``` public final void addColumn(Column column, String header) { this.view.addColumn(column, header); } ```...

Hi, if you hide a tablecolumn like this ``` table.addColumn(new TextColumn() { @Override public HideOn hideOn() { return HideOn.fromStyleName("hide-on-med-and-up"); } @Override public String getValue(TestDTO testDTO) { return String.valueOf(testDTO.getId()); } },...