You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @liruifengv , thank you for recognizing that our tables are terrible! 😅 We actually have an open issue, and another open PR for this right now. We've decided to not use a table at all because we really can't guarantee a great experience on all screen sizes. In fact, when I view this PR's preview at a smaller screen size, I get this:
We think we're pretty close to a solution in #6208 , and Chris is already working on some tighter spacing to better visually group the entries. So, I'll close this one because we're not going to use a table, but you're welcome to join us in the other PR and include any feedback there! It will be so nice to be rid of these existing tables. 😄
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description (required)
Refactoring Markdown Table to
ApiTablecomponentSince the original markdown table causes the text in the cell to collapse on newlines and is difficult to maintain.
And it is not possible to set the width, so I refactoring the Table component to use HTML table and specify the column width.
Before
After