I can not find Ajax Refresh ,any on got idea?thank u all
Hey Wang,
You are in Reactive Application.You will not get it here.Ajax refresh is in traditional.In Reactive things are automatically refreshed.
Thanks,
Sudip Pal
thank u very much,I understand now,can you please take a look at my another question ,there are no good solution yet,thank u very much
Hi @Wang Muran
You are working in reactive web app so there is no concept of ajax refresh.
because the interface updates automatically when the data bound to it updates.
This is called Two way binding in Reactive web app. This is one of the advantage of reactive web application over traditional application.
Thanks
Pawan
As I can see in screenshot your app is reactive web app and ajax refresh is not available in reactive.
In reactive you don't need of ajax refresh it's refresh automatically if there is any changes.
Arun
It's right here for Traditional App.
Your App might be the Reactive one, so Ajax Refresh does not exists.