Compare commits

..

No commits in common. "c5d7ec25b596398c9aa8b2ff2215319f01ebfc64" and "dc866dd5403ae681193c5e325b1f6d4068f80b61" have entirely different histories.

View File

@ -19,22 +19,18 @@
{
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`
},
];