-1
<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

majid
  • 51
  • 1
  • 3
  • 10

1 Answers1

0

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.

Matias Barrios
  • 4,674
  • 3
  • 22
  • 49