<td style="text-align: center" title="'NUMBER' | translate"
filter="{callRoute:{number:'text'}}" {{quece.callRoute.number}}</td>
I want filter in ng-Tabel but it's not working
<td style="text-align: center" title="'NUMBER' | translate"
filter="{callRoute:{number:'text'}}" {{quece.callRoute.number}}</td>
I want filter in ng-Tabel but it's not working
Try it like this buddy :
filter="'quece.callRoute.number' : text}" {{quece.callRoute.number}}
If you have nested properties you want to filter you should enclose their name in single quotes.