You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have changed my code so it does not reload some values everytime that page gets loaded as that value was already loaded in other controllers.
So, I have if condition, if the result is already there I do not post to the server, and I send back the current result.
As ng-tasty really needs Promise to return to the table, So I do return it this way:
return Promise.resolve(xxxx);
It works. Nice! but the paging does not get effected, unless I click somewhere on the page! Strange!
** the data changes, just the page number and current page number does not get updated, unless used clicks anywhere on the page!!!
Please help!
The text was updated successfully, but these errors were encountered:
Hi there,
I have changed my code so it does not reload some values everytime that page gets loaded as that value was already loaded in other controllers.
So, I have if condition, if the result is already there I do not post to the server, and I send back the current result.
As ng-tasty really needs Promise to return to the table, So I do return it this way:
return Promise.resolve(xxxx);
It works. Nice! but the paging does not get effected, unless I click somewhere on the page! Strange!
** the data changes, just the page number and current page number does not get updated, unless used clicks anywhere on the page!!!
Please help!
The text was updated successfully, but these errors were encountered: