-
Notifications
You must be signed in to change notification settings - Fork 40
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
Issue 5310 - Resizable table #5361
Conversation
… (dashed and solid)
… the group is empty
/azp run |
Azure Pipelines successfully started running 2 pipeline(s). |
Looks good, thanks! |
@Amantini1997 actually the project listing looks a bit odd with the updated margin Things I can think of to maybe try:
|
This depends on the user's resolution, I think. Users with different resolution might fit more or less partial cards
Could work! |
frontend/src/v5/ui/controls/resizableTableContext/resizableTable/resizableTable.component.tsx
Show resolved
Hide resolved
frontend/src/v5/ui/controls/resizableTableContext/resizableTable/resizableTable.component.tsx
Show resolved
Hide resolved
...s/tickets/ticketsTable/ticketsTableContent/ticketsTableGroup/ticketsTableGroup.component.tsx
Show resolved
Hide resolved
/azp run |
Azure Pipelines successfully started running 2 pipeline(s). |
...etsTable/ticketsTableContent/ticketsTableGroup/ticketsTableRow/ticketsTableRow.component.tsx
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems to only be a problem in Firefox
This fixes #5310
Description
The resizable table is made up of some wrapper components that need using in order for it work:
The resizer lines that you see on hover are always there, but invisible. They get a colour as soon as the user hovers over any, and they are rendered as an overlay to the actual table
Test cases
Try resizing the columns a little bit, test the performance, change templates and tickets, and make sure that everything works