ng-table icon indicating copy to clipboard operation
ng-table copied to clipboard

does not reload filter data in NgTableParams

Open gaurav2086 opened this issue 8 years ago • 2 comments

hi I am using ng-table and need to put a drop down country filter inside grid.

{{policy.country}}

I have check in my console list of countries are there in countries object but not showing on grid.

gaurav2086 avatar Jun 26 '17 18:06 gaurav2086

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.

scottux avatar Jul 10 '17 17:07 scottux

Thanks scott [{id: 1, title: 'foo'}, {id: 2, title: 'bar'}] work for me

gaurav2086 avatar Jul 11 '17 14:07 gaurav2086