How do you apply filters (via javascript) and specify that it should be OR logic.
forexample. I have a grid with baseball players and a dropdown that contains values to filter by. There are some vanity names for logical groupings. Batters, Pitchers, etc. There are only 4 types of pitchers so it would be easier to issue position=='P' or position='PS' or position='SP' or position='RP'
j
forexample. I have a grid with baseball players and a dropdown that contains values to filter by. There are some vanity names for logical groupings. Batters, Pitchers, etc. There are only 4 types of pitchers so it would be easier to issue position=='P' or position='PS' or position='SP' or position='RP'
j