1. Can anybody explain filters in angularjs.
Requriement:
For example if we have 4 columns on ng grid..
By default ng grid provide filter for all columns. i.e, showfilter:true.
But my requriement is i have to apply filters column wise.
Example:
empid name designation mobile -->Search 2
1001 sai xxxxx 1234
1002 venu yyyyy 2354
in the above example i given 2 in search textbopx ,it will shows 2 records like a row wise..
Now my requriement is , the same filters apply for columnwise..but not rowwise.
2. How to hide right and below scrollbar's on ng grid have 10 records...?
3. How to apply paging for ng grid either custom paging or default paging..?
Please find the below attachment and solve my issue...
Thanks in advance..