flow-components
flow-components copied to clipboard
GridPro has "Ghostdata" when having editable cells clicked
Description
When clicking a cell via editOnClick the Component which is set to editable shows initially the previous data instead of the correct data which is displayed moments later. So we have on the initial cell click a kind of ghost data.
Expected outcome
Only the real Component and it´s data is shown at any time.
Minimal reproducible example
grid.setEditOnClick(true)
Any type of component rendered in the cell.
Steps to reproduce
- Grid with Components in the cells
- grid.SetEditOnClick(true)
- click in cell
Environment
Vaadin version(s): 24.4.4
Browsers
No response