We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f43515 commit 10a68efCopy full SHA for 10a68ef
src/test/java/com/flowingcode/vaadin/addons/gridhelpers/GridHelpersDemoView.java
@@ -38,6 +38,7 @@ public GridHelpersDemoView() {
38
setSizeFull();
39
addDemo(AllFeaturesDemo.class);
40
addDemo(ColumnToggleMenuDemo.class);
41
+ addDemo(HeightByRowsDemo.class);
42
addDemo(HideSelectionColumnDemo.class);
43
addDemo(FreezeSelectionColumnDemo.class);
44
addDemo(EnableArrowSelectionDemo.class);
@@ -51,7 +52,6 @@ public GridHelpersDemoView() {
51
52
addDemo(LazyMultiSelectionDemo.class);
53
addDemo(CheckboxColumnDemo.class);
54
addDemo(EmptyGridLabelDemo.class);
- addDemo(HeightByRowsDemo.class);
55
addDemo(GridRadioSelectionColumnDemo.class);
56
}
57
0 commit comments