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

Address sample table issues #418

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from
Open

Address sample table issues #418

wants to merge 2 commits into from

Conversation

sanghoonio
Copy link
Member

No description provided.

…sample table to filter out ph_id, and set default schema dropdown in new pep modal to databio/pep-2.1.0
@@ -113,6 +113,8 @@ export const ProjectInterface = (props: Props) => {
// throw new Error(errorMessage);
// }

console.log(samplesParsed)
Copy link
Member Author

Choose a reason for hiding this comment

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

I added a print here to show that right before the sample table gets submitted with any column reordering you might have done (copy a column to a different index, then delete original column), the parsed sample table actually has the rearranged columns. Something in the API or database is probably keeping the original column header order if it detects no changes in the column header values themselves

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.

1 participant