Refresh table in cuba 7

Hi
Can you tell how to refresh table using datasource in cuba7.
Thanks for advance

Hi,

Could you clarify your question?

Hi,
I need to refresh table when click button.Normally we refresh table based on datasource.refresh() method…But in cuba7 refresh method not working.Can you give solution.
Thanks for advance

I would recommend using RefreshAction. And depending on your screen type you can read the following documentation:

Thanks