Editable browse and valueChangeListener

Hi

How can I add valueChangeListener to column in editable browse ?

Hi!

If you want to handle changes in Entity instance, try to add listeners to your Datasource, because tables don’t support ValueChangeListener. Here’s documentation about Datasource listeners.

Thanks Roman !
I use listeners to datasource and all work exactly how I want.