Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better table layout and bug fixes #126

Merged
merged 2 commits into from
Feb 28, 2023
Merged

Better table layout and bug fixes #126

merged 2 commits into from
Feb 28, 2023

Conversation

gagik
Copy link
Contributor

@gagik gagik commented Feb 24, 2023

This PR...

  • Allows columns to adjust to the window size, along with wrapping content if necessary. Fixes Width of columns #99.
  • Adds character limit cutoffs to different types of data, making data tables more compact to view.
  • Adds a temporary workaround to horizontal scrollbar not appearing in larger tables, potentially addresses No horizontal scrollbar on wide tables #90.
  • Fixes crashes when trying to edit or create objects that have undefined fields with types ObjectID, List, or Set.

@cla-bot cla-bot bot added the cla: yes label Feb 24, 2023
@gagik gagik marked this pull request as ready for review February 24, 2023 15:51
@gagik gagik requested review from takameyer and kneth February 27, 2023 10:19
Copy link
Contributor

@kneth kneth left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@gagik gagik merged commit b617797 into main Feb 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Width of columns
2 participants