-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
List refresh #186
Comments
Ciao @aparolini, About the second question, looks like a real bug, and I'm going to take care of that now! |
Also I discover an other bug, to recreate we need change the page and after try to filter the table. |
Your fix it's in the latest release https://github.com/Zizzamia/ng-tasty/releases/tag/v0.6.0 |
Can you please tell exactly how to solve Bug1 of @aparolini . I wrote this to initialize the table on page load.
But this is not working :( |
Bug1 was not a bug at all, it's just the way the table works, Did you try to do $timeout(function () {
reloadCallback();
}); It's possible you need wait a digest loop before start changing the table. |
Great, Thanks for the help On Wed, Dec 30, 2015 at 8:12 AM, Leonardo Zizzamia <notifications@github.com
|
Hello,
I have a changing list on the server.
I want my table to auto-load the list when the pages loads, thus I used bind-resource-callback. Then I want to be able to refresh my list by hand, thus I used bind-reload.
First bug: When I use bind-reload, the list is empty when the table appears the fist time. I have to click the button to invoke the reloadCallback. I want the list to be loaded without action the fist time!
Second bug: When using bind-reload and a filter, the paramsObj dosen't content the "filters" attribute.
Thanks in advance for your help
-antonio
The text was updated successfully, but these errors were encountered: