Skip to content

Conversation

@ariser
Copy link
Collaborator

@ariser ariser commented Oct 19, 2025

Why

table-layout: fixed makes tables layout very controllable, but at expense of content accessibility.

Tabular data is hard to display adaptively. Default behavior is designed to display it in the best way possible, so let's use it. In cases where tables do not fit the viewport, they will receive a horizontal scroll that will keep both external table dimensions, and proper internal structure with all the content being accessible.

What

  • remove table-layout: fixed from Table styles
  • introduce a new prop fixedLayout?: boolean to Table that applies table-layout: fixed when explicitly specified, to support existing cases where it's required

@vercel
Copy link

vercel bot commented Oct 19, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
click-ui Ready Ready Preview Comment Oct 19, 2025 7:56am

💡 Enable Vercel Agent with $100 free credit for automated AI reviews

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.

2 participants