python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Vaadin flow (v14.7) TreeGrid editing
Is it possible to edit certain cells (column) in a TreeGrid, similar to what GridPro offers in terms of editing ?
I don't seem to be finding such feature.
Sergiu
Votes: 0
Answers: 0
Clickable icon in Vaadin Grid executes code multiple times after each call of setItems()
In my Vaadin app, I'm showing a Grid with items of a custom class Transaction. This grid shall behave like this:
It shall contain an "Actions" column which, in turn, shall contain one or mo...
Robert Strauch
Votes: 0
Answers: 1
Vaadin Grid sortable date column
i want to add a sortable date column to my vaadin grid component. Unfortunately it doesn't work with formatted dates, I think after formatting the date object it is just a String and therefore sorting...

Hakan Akkurt
Votes: 0
Answers: 1
Vaadin Grid with CallbackDataProvider always throws java.lang.IndexOutOfBoundsException:
I am trying to optimize the loading of a big table in my application into a com.vaadin.flow.component.grid.Grid. For that - instead of passing the entire, huge List<HistoryElement> using grid.se...
mmo
Votes: 0
Answers: 1