From 557d89898168ffa82782a9660b0bff264fa68e7a Mon Sep 17 00:00:00 2001 From: Markus Thielker Date: Sat, 16 Mar 2024 23:56:03 +0100 Subject: [PATCH] N-FIN-31: apply column size to data table --- src/components/ui/data-table.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/ui/data-table.tsx b/src/components/ui/data-table.tsx index c522f86..d672362 100644 --- a/src/components/ui/data-table.tsx +++ b/src/components/ui/data-table.tsx @@ -45,7 +45,8 @@ export function DataTable({ {headerGroup.headers.map((header) => { return ( - + {header.isPlaceholder ? null : flexRender(