Please refer to this example => http://jsfiddle.net/b0nw9c3r/2/
I’ve a situation to display “X” on grid but actual data/value is “Y” on backend. Thus I use ‘firstname’ as key/value of a column and the display content is ‘productname’ in the above example.
The addfilter() did filter out and display correct rows in grid but the Filter on ‘X First Name’ is messed up. It didn’t check the items applied in addfilter() function and now no matter what you select in ‘X First Name’ filter ( even if you select all ), the records filtered out in the past won’t show up again. Would you please advise how to fix the code?
Thanks,
KK.