Based on this post: How can I filter results based on multiple selections from dropdown?
, what if the two selected values are from columns that not next to each other?
For example if the two drop down are 'name' and 'symbol'?
Does the dataSource.filter take wildcard as input? Like 'Hydrogen*H'
If not, how can we implement this function so that it can perform AND operator?