Skip to content

feat(table): add min-width/max-width column support (#831)#1006

Closed
wanchun wants to merge 1 commit into
chore/test-infrafrom
fix/issue-831-v2
Closed

feat(table): add min-width/max-width column support (#831)#1006
wanchun wants to merge 1 commit into
chore/test-infrafrom
fix/issue-831-v2

Conversation

@wanchun

@wanchun wanchun commented Jun 2, 2026

Copy link
Copy Markdown
Collaborator

Closes #831

Adds minWidth and maxWidth props to FTable columns, allowing columns to be constrained to a max width or given a minimum width.

  • column.tsx: minWidth and maxWidth accept [Number, String] (e.g. 120, '120px', '50%')
  • useTableStyle.ts: getCellStyle() returns inline minWidth/maxWidth styles for both header and body cells
  • 5 vitest tests covering number/string variants

Files changed: 3. No lockfile. No test-infra changes.

@wanchun

wanchun commented Jun 4, 2026

Copy link
Copy Markdown
Collaborator Author

Closed as part of v3 rebuild from chore/test-infra. Original v1/v2 PRs being superseded by clean re-implementation (vitest + playwright + docs).

@wanchun wanchun closed this Jun 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant