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 issue with column sorting in interactive tables #1261

Merged
merged 1 commit into from
Mar 20, 2023

Conversation

rich-iannone
Copy link
Member

This small fix ensures that column sorting works properly. Previously the formatted cells were given as input to the interactive table. Now, the underlying data (with their original types) is given and formatted cells are provided in column definitions.

@rich-iannone rich-iannone merged commit a946972 into master Mar 20, 2023
@rich-iannone rich-iannone deleted the interactive-table-sorting-fix branch March 20, 2023 19:09
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