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

Fix inital ordering of experiments table #3174

Merged
merged 1 commit into from
Jan 30, 2023
Merged

Fix inital ordering of experiments table #3174

merged 1 commit into from
Jan 30, 2023

Conversation

mattseddon
Copy link
Member

@mattseddon mattseddon commented Jan 30, 2023

Fixes #3172

@mattseddon mattseddon added the bug Something isn't working label Jan 30, 2023
@mattseddon mattseddon self-assigned this Jan 30, 2023
@@ -51,7 +51,7 @@ const getMainColumnProperties = (
CellContext<Column, CellValue>
>,
header: () => <TimestampHeader />,
id: ColumnType.TIMESTAMP
id: 'Created'
Copy link
Member Author

Choose a reason for hiding this comment

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

[F] This mismatched with the value provided in columnOrder which initially placed the column at the end of the table until any reordering added id: 'timestamp' to the table (and extension's) state.

Copy link
Member Author

Choose a reason for hiding this comment

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

tricky one to track down

@mattseddon mattseddon marked this pull request as ready for review January 30, 2023 00:44
@mattseddon mattseddon requested a review from shcheklein January 30, 2023 00:44
@codeclimate
Copy link

codeclimate bot commented Jan 30, 2023

Code Climate has analyzed commit b4beb9c and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 100.0% (85% is the threshold).

This pull request will bring the total coverage in the repository to 96.0% (0.0% change).

View more on Code Climate.

@mattseddon mattseddon merged commit 30ed8fe into main Jan 30, 2023
@mattseddon mattseddon deleted the fix-3172 branch January 30, 2023 05:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Created column is rendered the last by default
2 participants