experiment/tanstack #172

Merged
niggl merged 106 commits from experiment/tanstack into dev 2023-04-12 19:31:47 +00:00
Showing only changes of commit c681570134 - Show all commits

View File

@ -50,9 +50,9 @@
const columns = [
{
accessorKey: "id",
header: () => "id",
filterFn: `equalsString`,
accessorKey: "code",
header: () => $_("code"),
filterFn: `includesString`,
},
{
accessorKey: "runner",