Filter by multiple columns with ng-repeat

前端 未结 8 1740
小鲜肉
小鲜肉 2020-11-30 12:16

I\'m wondering if there\'s an easy way in Angular to filter a table using ng-repeat on specific columns using or logic, rather than and

8条回答
  •  野性不改
    2020-11-30 12:45

    Use this to search on All Columns (can be slow): search.$ AngularJS API: filter

    Any Column Search:
     
    
    ...
    

    提交回复
    热议问题