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/datagrid bugs #1472

Merged
merged 3 commits into from
Jan 21, 2025
Merged

Fix/datagrid bugs #1472

merged 3 commits into from
Jan 21, 2025

Conversation

awesthouse
Copy link
Contributor

@awesthouse awesthouse commented Jan 20, 2025

What does this pull request change?

  • fix: integers are treated as strings

  • fix: copy from excel adds line to data object

  • fix: add rows button still enabled tough adjustableRows is set to
    false

  • fix: export functionality doesn't work when including row labels

  • fix: missing labels for some use-cases

  • chore: add datagrid e2e tests

  • chore: add test case for numeric (integer) type

  • Refactored the way we create labels.

  • Removed possibility to merge custom and predefined labels as it over-complicated the functionality and the usage is pretty low/non-existent

Why is this pull request needed?

Datagrid seems to have quite a few bugs - need some refactoring/simplifying to reduce complexity

Issues related to this change

Closes #1463
Closes #1464
Closes #1465

@awesthouse awesthouse requested a review from a team as a code owner January 20, 2025 13:14
- fix: integers are treated as strings
- fix: copy from excel adds line to data object
- fix: add rows button still enabled tough adjustableRows is set to
false
- fix: export functionality doesn't work when including row labels
- fix: missing labels  for some use-cases
Copy link
Contributor

@collinlokken collinlokken left a comment

Choose a reason for hiding this comment

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

Nice!

@awesthouse awesthouse merged commit 7d1ee1f into main Jan 21, 2025
8 checks passed
@awesthouse awesthouse deleted the fix/datagrid-bugs branch January 21, 2025 14:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants