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

[Table]: Few enhancements #2319

Open
anuraghazra opened this issue Jul 23, 2024 · 3 comments · May be fixed by #2322
Open

[Table]: Few enhancements #2319

anuraghazra opened this issue Jul 23, 2024 · 3 comments · May be fixed by #2322
Labels
enhancement New feature or request P1 Kinda Important

Comments

@anuraghazra
Copy link
Member

  1. Add ability to align individual table column items to left or right.

Like so:
In here the Status & ReleasedIn columns are right aligned.

image
  1. Add support for multiline rows

Right now the text just gets truncated/overflow-hidden, we should also support wrapping the text to multiple lines.

Like so:

image
@anuraghazra anuraghazra added enhancement New feature or request P1 Kinda Important labels Jul 23, 2024
@Sumitmaithani
Copy link
Contributor

Is anyone working on this? If not can I pick this up.

@anuraghazra
Copy link
Member Author

@Sumitmaithani Thanks, feel free to pick it up.

FYI, "Right now the text just gets truncated/overflow-hidden, we should also support wrapping the text to multiple lines." for this we may need to provide it as a configurable option since if we change the default behaviour it may break existing tables.

@Sumitmaithani
Copy link
Contributor

Thanks, @anuraghazra. I understand your point and will implement it as a configurable option to ensure it doesn't break the existing tables. 👍

@Sumitmaithani Sumitmaithani linked a pull request Jul 27, 2024 that will close this issue
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request P1 Kinda Important
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants