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

OR-ing filter programmatically.

Open dandansoysauce opened this issue 8 years ago • 1 comments

Hi, how do I OR a filter programmatically. I know this could be done by

tableParams.filter({ $: 'something' })

$ being global. Or any property name.

How do I use OR using that syntax? Thanks

dandansoysauce avatar Aug 15 '17 10:08 dandansoysauce

Anyone have any idea? $ is global and is for all the properties. For some properties we don't render on the page, if we make search on such not rendered property with $ filter, the row can still be searched. This is very confusing to the user.

huizhoujava avatar Jul 27 '18 06:07 huizhoujava