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 = [ const columns = [
{ {
accessorKey: "id", accessorKey: "code",
header: () => "id", header: () => $_("code"),
filterFn: `equalsString`, filterFn: `includesString`,
}, },
{ {
accessorKey: "runner", accessorKey: "runner",