Skip to content

Conversation

ayolab
Copy link
Contributor

@ayolab ayolab commented Mar 4, 2025

No description provided.

Copy link

sonarqubecloud bot commented Mar 5, 2025

int idx1 = columnOrder.indexOf(c1.getUuid());
int idx2 = columnOrder.indexOf(c2.getUuid());
return Integer.compare(idx1, idx2);
});
Copy link
Contributor

Choose a reason for hiding this comment

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

+1 nice way to change the OrderColumn !

@ayolab ayolab merged commit 77e1030 into main Mar 6, 2025
4 checks passed
@ayolab ayolab deleted the ayolab/add-reorder-columns-endpoint branch March 6, 2025 09:43
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