addValueChangeListener react only if the value of field is changed.
Is there any possibility to react to another trigger (let say refresh)? This is the question.
However I solved my problem by moving (duplicate) the logic from addValueChangeListener to Refresh button.
It’s strange because datasourceDl.load() react only if I put it inside of Listener or Refresh button. Otherwise if I put it here (below) I have REFRESH stackoverflow.