Added filterfunctions

This commit is contained in:
Nicolai Ort 2023-04-12 15:58:31 +02:00
parent 89252619b1
commit a9a965d698
Signed by: niggl
GPG Key ID: 13AFA55AF62F269F

View File

@ -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`
},
];