-
Currently the migration guide is not visible in https://vaadin.com/docs8/
There should be a chapter file, like with other chapters e.g. https://github.com/vaadin/framework/blob/master/documentation…
pleku updated
7 years ago
-
-
```
grid.addColumn("Year of birth",
person -> Integer.toString(person.getYearOfBirth()))
// Sort numerically instead of alphabetically by the string
.setItemComparator(
Comparator.comparin…
-
There are book of vaadin 8 vol 1 changes in feature/vaadin8 which should go into master.
-
Should it be part of compat-x, an "add-on" in the Directory, a separate project published to Maven central?
-
-
-
-
**Originally by _atmd1983_**
___
create a combobox, once rendered to the screen double clicking on the combobox breaks it's functionality. The drop down now only stays open for a few milliseconds and…