randomuser1231232
randomuser1231232
Any workaround for this? How to select grid item before opening context menu and have the context menu be created for that item? Could be possible like this... ``` setDynamicContentHandler(node...
Any update or workaround for this? Edit: I added an includePatterns to only deploy the artifacts, that are needed ``` rtMavenDeployer ( .... includePatterns: ["*.zip", ...] ) ```
Any update or workaround for this? How to remove a treegrid root item without losing scroll postion?
Accoring to this comment https://github.com/vaadin/flow/issues/21071#issuecomment-2754063124 `refreshItem(item, true)` does not support hierarchy(adds/deletes/moves) changes and when using it, you will run into many other issues. Please add a `deepRefresh` functionality that works...
To actually workaround this issue, is it possible to get `scrollTop` of the grid before calling `refreshAll` and then restoring `scrollTop `after `refreshAll` finishes?