{t("collections.domain")}
{t("collections.subtitle")}
<_DataTable
table={table}
columns={columns}
pageSize={PAGE_SIZE}
count={count}
filters={filters}
orderBy={[
{ key: "title", label: t("fields.title") },
{ key: "handle", label: t("fields.handle") },
{ key: "created_at", label: t("fields.createdAt") },
{ key: "updated_at", label: t("fields.updatedAt") },
]}
search
navigateTo={(row) => `/collections/${row.original.id}`}
queryObject={raw}
isLoading={isLoading}
/>