Skip to content

Add custom compare support for Table component #1362

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

Merged

Conversation

Oksamies
Copy link
Contributor

No description provided.

Copy link
Contributor Author

This stack of pull requests is managed by Graphite. Learn more about stacking.

Comment on lines 50 to 53
export type TableCompreColumnMeta = {
identifier: number;
direction: TableSort;
};
Copy link

Choose a reason for hiding this comment

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

The type name TableCompreColumnMeta appears to contain a spelling error. Recommend renaming to TableCompareColumnMeta to accurately reflect its role in the comparison functionality.

Spotted by Graphite Reviewer

Is this helpful? React 👍 or 👎 to let us know.

@Oksamies Oksamies force-pushed the 02-28-add_custom_compare_support_for_table_component branch from 11b35b2 to 2f44122 Compare February 28, 2025 18:01
@Oksamies Oksamies merged commit 92316a5 into master Feb 28, 2025
24 of 26 checks passed
@Oksamies Oksamies deleted the 02-28-add_custom_compare_support_for_table_component branch February 28, 2025 18:23
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