Added filterfunctions
This commit is contained in:
parent
89252619b1
commit
a9a965d698
@ -18,18 +18,22 @@
|
||||
{
|
||||
accessorKey: "firstname",
|
||||
header: () => "firstname",
|
||||
filterFn: `includesString`
|
||||
},
|
||||
{
|
||||
accessorKey: "lastname",
|
||||
header: () => "lastname",
|
||||
filterFn: `includesString`
|
||||
},
|
||||
{
|
||||
accessorKey: "group.name",
|
||||
header: () => "group",
|
||||
filterFn: `includesString`
|
||||
},
|
||||
{
|
||||
accessorKey: "distance",
|
||||
header: () => "distance",
|
||||
filterFn: `equals`
|
||||
},
|
||||
];
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user