ng-table
ng-table copied to clipboard
does not reload filter data in NgTableParams
hi I am using ng-table and need to put a drop down country filter inside grid.
I have check in my console list of countries are there in countries object but not showing on grid.
Can you paste a code sample of what you are trying? I had an issue at first where I was using i.e. ['foo', 'bar'] and that wasn't working, so I had to do [{id: 1, title: 'foo'}, {id: 2, title: 'bar'}]. You may be experiencing the same.
Thanks scott [{id: 1, title: 'foo'}, {id: 2, title: 'bar'}] work for me