I want to ask about,
how to filter the column with multiple values.
Example:
I have data:
[{name: 'alpha one', age:15},{name: 'alpha two', age:16},{name: 'alpha three', age:17},{name: 'alpha four', age:18}]
I want to filter the data with ['one','two'].
so the table only consist of 2 rows.
Please helpme with this
I want to ask about, how to filter the column with multiple values.
Example:
I have data: [{name: 'alpha one', age:15},{name: 'alpha two', age:16},{name: 'alpha three', age:17},{name: 'alpha four', age:18}] I want to filter the data with ['one','two']. so the table only consist of 2 rows. Please helpme with this