Skip to content

Update from code changes: document drag-to-resize table columns - #7322

Open
mintlify[bot] wants to merge 1 commit into
mainfrom
mintlify/18f995d5
Open

Update from code changes: document drag-to-resize table columns#7322
mintlify[bot] wants to merge 1 commit into
mainfrom
mintlify/18f995d5

Conversation

@mintlify

@mintlify mintlify Bot commented Sep 10, 2026

Copy link
Copy Markdown
Contributor

Summary

The web editor now supports resizing table columns by dragging a column border in visual mode. When you resize, the editor persists widths by writing the table as HTML with a <colgroup> instead of a markdown pipe table. Tables without widths still serialize as markdown. This PR adds a short note about the editor workflow to the existing "Column widths" guidance.

https://github.com/mintlify/mint/pull/10950

Changes

  • Added a note to the "Column widths" section of the tables page: drag a column border in the editor's visual mode and the editor writes the HTML <colgroup> for you.
  • Mirrored the note in the Spanish, French, and Chinese translations.

Note

Low Risk
Documentation-only updates to MDX guides with no runtime or API changes.

Overview
Adds a short Column widths note on the lists-and-tables docs page explaining that you can resize columns in the editor visual mode by dragging a column border, and that the editor persists widths by converting the table to HTML with a <colgroup>.

The same paragraph is added in the Spanish (es), French (fr), and Chinese (zh) list-table.mdx translations, with locale-appropriate editor links.

Reviewed by Cursor Bugbot for commit dab445f. Bugbot is set up for automated code reviews on this repo. Configure here.

@mintlify

mintlify Bot commented Sep 10, 2026

Copy link
Copy Markdown
Contributor Author

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated
mintlify 🟢 Ready View Preview Sep 10, 2026, 4:15 AM

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.

0 participants