diff --git a/src/app/story/columns.tsx b/src/app/story/columns.tsx index 31c5580..d3b507d 100644 --- a/src/app/story/columns.tsx +++ b/src/app/story/columns.tsx @@ -56,7 +56,9 @@ export const columns: ColumnDef[] = [ const genres = props.getValue() .map(e => {e.name}) return genres - } + }, + filterFn: "arrIncludes" + //TODO - write custom filter function, to account for an array of objects }), { id: "actions",