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 14 event propagation
I have a Vaadin FlexLayout component, that has a clicklistener added to it, however it has similar FlexLayout children elements, that also have clicklisteners. My problem is that, if I click on the ch...
BigB84
Votes: 0
Answers: 0
How to add a String who display which user are logged in - Vaadin
This is a creat tutorial and it works very well. But if I want to include some kind of...variable...that holds which username I had logged into. How should I do that in Vaadin?
https://vaadin.com/docs...
euraad
Votes: 0
Answers: 1
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