Working great in another project. But in this one i need POPUP on button in GRID CELL.
When i click on the button, the popup shows bellow grid (like i would add another component) with JAVASCRIPT error.
(TypeError) : $0.updatePositionAndShow is not a function
The error has occurred in the JS code:
'$0, $1, $2, $3, $4, return $0.updatePositionAndShow($1,$2,$3,$4)'
I am using vaadin 19.0.9 (for some reasons,…).