smartface.io - Data.Dataset1.refresh() method does not work in the Smartcafe -


after inserting values dataset binded repeatbox have used refresh() method not changes in repeatbox.

i can see changes when page load again.

data.dataset1.add(); data.dataset1.name = "deneme"; data.dataset1.commit(); data.dataset1.refresh(); 

there mistake in codes?

you can use data.notify("data.dataset1");

try this:

data.dataset1.add(); data.dataset1.name = "deneme"; data.dataset1.commit(); data.notify("data.dataset1"); 

Comments

Popular posts from this blog

Magento/PHP - Get phones on all members in a customer group -

php - Bypass Geo Redirect for specific directories -

php - .htaccess mod_rewrite for dynamic url which has domain names -