ng-table
ng-table copied to clipboard
OR-ing filter programmatically.
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
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.