Skip to content

Commit 10a68ef

Browse files
javier-godoypaodb
authored andcommitted
chore(demo): reorder HeightByRowsDemo
1 parent 2f43515 commit 10a68ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/flowingcode/vaadin/addons/gridhelpers/GridHelpersDemoView.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ public GridHelpersDemoView() {
3838
setSizeFull();
3939
addDemo(AllFeaturesDemo.class);
4040
addDemo(ColumnToggleMenuDemo.class);
41+
addDemo(HeightByRowsDemo.class);
4142
addDemo(HideSelectionColumnDemo.class);
4243
addDemo(FreezeSelectionColumnDemo.class);
4344
addDemo(EnableArrowSelectionDemo.class);
@@ -51,7 +52,6 @@ public GridHelpersDemoView() {
5152
addDemo(LazyMultiSelectionDemo.class);
5253
addDemo(CheckboxColumnDemo.class);
5354
addDemo(EmptyGridLabelDemo.class);
54-
addDemo(HeightByRowsDemo.class);
5555
addDemo(GridRadioSelectionColumnDemo.class);
5656
}
5757
}

0 commit comments

Comments
 (0)