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 multiSelect filter on my ng-table. My filter options are being populated from current dataset and on some conditions I load new dataset. Once I have a new dataset, I am able to see my new data in table. But my filter options are not populated.
I use filter-data directive to pass filter options (array from my controller), but I am not able to see new filter options on my page. Any idea how can I achieve it?
Hi,
I have multiSelect filter on my ng-table. My filter options are being populated from current dataset and on some conditions I load new dataset. Once I have a new dataset, I am able to see my new data in table. But my filter options are not populated.
I use filter-data directive to pass filter options (array from my controller), but I am not able to see new filter options on my page. Any idea how can I achieve it?
Here is my HTML/PUG view for td:
Thanks.
The text was updated successfully, but these errors were encountered: