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