You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently it is possible to install listeners on several things, like values changing in cells or selection changing. However, a major missing option is to install listeners on any of the actions performed within the context menu. In particular: adding and removing rows/columns. There is also nothing mentioned about this in the documentation: https://vaadin.com/docs/latest/components/spreadsheet
Our current use-case is blocked because of this issue. We want users to be able to see a live overview of the modifications made to the sheet compared to an original one. Ideally, this is done by installing appropriate listeners and only doing the necessary comparisons when something changed. Currently, we cannot detect any changes in rows/columns being added/deleted, which is a huge gap in our modification detection.
I'm sure there is a multitude of other use-cases where this functionality would be useful.
Describe the solution you'd like
I would like to be able to install listeners in which I can catch actions such as users adding or removing rows/columns. Other context menu actions seems less essential, but would be nice to be able to install listeners on as well.
As a bonus, context menu actions are currently not mentioned in the documentation at all. Having some sentences about them and potential work-arounds until this functionality is implemented would be good.
Describe alternatives you've considered
We are currently experimenting with ActionHandlers. Unsure about the possibilities/outcome yet, but there would in our opinion still be a need for a more straight forward approach.
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe your motivation
Currently it is possible to install listeners on several things, like values changing in cells or selection changing. However, a major missing option is to install listeners on any of the actions performed within the context menu. In particular: adding and removing rows/columns. There is also nothing mentioned about this in the documentation: https://vaadin.com/docs/latest/components/spreadsheet
Our current use-case is blocked because of this issue. We want users to be able to see a live overview of the modifications made to the sheet compared to an original one. Ideally, this is done by installing appropriate listeners and only doing the necessary comparisons when something changed. Currently, we cannot detect any changes in rows/columns being added/deleted, which is a huge gap in our modification detection.
I'm sure there is a multitude of other use-cases where this functionality would be useful.
Describe the solution you'd like
I would like to be able to install listeners in which I can catch actions such as users adding or removing rows/columns. Other context menu actions seems less essential, but would be nice to be able to install listeners on as well.
As a bonus, context menu actions are currently not mentioned in the documentation at all. Having some sentences about them and potential work-arounds until this functionality is implemented would be good.
Describe alternatives you've considered
We are currently experimenting with ActionHandlers. Unsure about the possibilities/outcome yet, but there would in our opinion still be a need for a more straight forward approach.
Additional context
No response
The text was updated successfully, but these errors were encountered: