TanStackT
TanStack4y ago
1 reply
efficient-indigo

Filtering array of objects

Hello, I currently have a react table v8 with some columns with elements that have arrays of objects.

In addition to filtering some of the columns with one object, I need to filter objects of the columns with arrays of objects (filter the objects, not the row).

What is the best way to go about doing this?
Was this page helpful?