Adrien Bird

Results 3 comments of Adrien Bird

@KevinVandy @dawalberto any fix to this?

I'm using shadcn-ui v0.8.0 and in the TableHeader components I used header.column.columnDef.meta?.width ```typescript {table.getHeaderGroups().map((headerGroup) => ( {headerGroup.headers.map((header) => { return ( {header.isPlaceholder ? null : flexRender(header.column.columnDef.header, header.getContext())} ); })} ))}...