Skip to content

Commit 614b277

Browse files
committed
Add use-column-grouping logic and integrate with table head rendering
1 parent ec85737 commit 614b277

9 files changed

Lines changed: 1026 additions & 70 deletions

File tree

src/column-layout/flexible-column-layout/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ interface FlexibleColumnLayoutProps
4141

4242
export default function FlexibleColumnLayout({
4343
columns = 1,
44-
minColumnWidth = 0,
44+
minColumnWidth = 1,
4545
disableGutters,
4646
variant,
4747
children,

0 commit comments

Comments
 (0)