From 15e16bdc9995623b12ee136c0e78f97da5115817 Mon Sep 17 00:00:00 2001 From: sianida26 Date: Tue, 21 May 2024 01:43:14 +0700 Subject: [PATCH] Added props on table --- apps/frontend/src/components/DashboardTable.tsx | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/apps/frontend/src/components/DashboardTable.tsx b/apps/frontend/src/components/DashboardTable.tsx index f5f4e1e..1b03a27 100644 --- a/apps/frontend/src/components/DashboardTable.tsx +++ b/apps/frontend/src/components/DashboardTable.tsx @@ -8,7 +8,14 @@ interface Props { export default function DashboardTable({ table }: Props) { return ( - +
{/* Thead */} {table.getHeaderGroups().map((headerGroup) => (