Skip to content

Conversation

ldhtnp
Copy link
Contributor

@ldhtnp ldhtnp commented Jul 17, 2025

I added three hidden columns to store the current state of the Acpt/Rej/Rev columns for each corresponding row. The values in the hidden columns are then used for sorting the Acpt/Rej/Rev columns.

Resolves issue (#1256)

@ldhtnp ldhtnp changed the base branch from hotfix to staging July 17, 2025 14:12
Copy link
Contributor

@susannasiebert susannasiebert left a comment

Choose a reason for hiding this comment

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

This overall looks good. A couple of small issues:

  • When sorting any of these columns, the selected ones get sorted to the end first. Would be great if they would be sorted to the front so they show up on top after the first click to sort
  • The _eval columns show up in the export. They need to be dropped

The biggest issue seems to be that it now re-renders the main table (and all of the secondary panels) after a selection is made because the underlying data changes (even though the data changes are in hidden columns). From reading a bit about this, there doesn't seem to be a straightforward workaround to that but it would be great if you could have a look as well.

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.

Allow filtering and sorting on the Acpt/Rev/Rej columns in pVACview

2 participants