Skip to content

Commit

Permalink
fix(demo): fix hide/show source in basic demo
Browse files Browse the repository at this point in the history
  • Loading branch information
paodb authored and javier-godoy committed Oct 2, 2023
1 parent b68f541 commit 0f6b74f
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,11 @@ public BadgeListDemo() {
grid.addColumn(Person::getTitle).setHeader("Title");

grid.setWidthFull();
add(grid); // show-source
// show-source add(grid);
// #if vaadin eq 0
add(
this.createContainerDiv(
"BadgeList as part of resizable column 'Roles'", grid)); // hide-source
"BadgeList as part of resizable column 'Roles'", grid));
// #endif
}
}

0 comments on commit 0f6b74f

Please sign in to comment.