Compare commits
2 Commits
dc866dd540
...
c5d7ec25b5
Author | SHA1 | Date | |
---|---|---|---|
c5d7ec25b5 | |||
a9a965d698 |
@ -19,18 +19,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