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

Issue 5312 - Moveable columns #5422

Open
wants to merge 18 commits into
base: staging
Choose a base branch
from
Open

Issue 5312 - Moveable columns #5422

wants to merge 18 commits into from

Conversation

Amantini1997
Copy link
Contributor

@Amantini1997 Amantini1997 commented Feb 24, 2025

This fixes #5312

Description

It is now possible to move columns around.
The drag and drop acts similar to the resize, allowing the user to drag the mouse everywhere in the view

Test cases

Drag columns to change the order and make sure everything works as intended

const { filteredItems } = useContext(SearchContext);
const { stretchTable } = useContext(ResizableTableContext);
Copy link
Contributor

Choose a reason for hiding this comment

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

  • Select a template that has few columns.
  • Move the columns
  • Change to a template that has many columns
  • The column widths become inconsistent and the add ticket row at the bottom doesn't fit correctly
    image

Copy link
Contributor

Choose a reason for hiding this comment

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

I don't wish the be the bearer of bad news but I'm still getting the firefox weirdness :(
Firefox Version 136.0

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.

2 participants