Can you give a code example of how to determine what filters are currently set? I get that dataSource.filter() will give me back the objects, but how to I decode it?
For example, if I set a filter on a field "product" as "eq" to value "Milk", then later want to get the value of "Milk" back, how would I do so?
For example, if I set a filter on a field "product" as "eq" to value "Milk", then later want to get the value of "Milk" back, how would I do so?