Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

feat(Table): maketable-layout: auto the default#683

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Draft
ariser wants to merge1 commit intomain
base:main
Choose a base branch
Loading
fromtable-layout

Conversation

@ariser
Copy link
Collaborator

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

  • removetable-layout: fixed fromTable styles
  • introduce a new propfixedLayout?: boolean toTable that appliestable-layout: fixed when explicitly specified, to support existing cases where it's required

@vercel
Copy link

vercelbot commentedOct 19, 2025

The latest updates on your projects. Learn more aboutVercel for GitHub.

ProjectDeploymentPreviewCommentsUpdated (UTC)
click-uiReadyReadyPreviewCommentOct 19, 2025 7:56am

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

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@ariser

[8]ページ先頭

©2009-2025 Movatter.jp