Hi,
is it possible to do a row filter or linq where splitting the filter string by commas
i would like to pass in a search string, eg: HR,PR,
user 1 and user 2 should come out
is it possible to do a row filter or linq where splitting the filter string by commas
Name | Department |
---|---|
User 1 | HR |
User 2 | PR |
User 3 | IT |
User 4 | Sales |
i would like to pass in a search string, eg: HR,PR,
user 1 and user 2 should come out