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 would to make a wrapper directive around angular-data-grid passing filters as parameters. Inspecting your code I've seen that filter list is populated in the link function, so if I build filters html with an ng-repeat, angular-data-grid can't find anything and filters are not binded.
It would be nice if it were possible to call manually a function to update filters
The text was updated successfully, but these errors were encountered:
I would to make a wrapper directive around angular-data-grid passing filters as parameters. Inspecting your code I've seen that filter list is populated in the link function, so if I build filters html with an ng-repeat, angular-data-grid can't find anything and filters are not binded.
It would be nice if it were possible to call manually a function to update filters
The text was updated successfully, but these errors were encountered: