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: Fix issues when auto-size columns/rows is false, and when row headers are not 0 #1927

Merged
merged 7 commits into from
Apr 18, 2024

Conversation

mofojed
Copy link
Member

@mofojed mofojed commented Apr 10, 2024

  • Shouldn't throw in those cases, we should handle when calculatedSizes is empty
  • Found when using out deephaven-doom, couldn't resize/move columns like expected
  • Also tested in the styleguide - dragging columns when there were row headers visible did not work correctly

…mpty

- Shouldn't throw in those cases, we should handle when calculatedSizes is empty
@mofojed mofojed self-assigned this Apr 10, 2024
@mofojed mofojed changed the title fix: When grid does not auto size columns/rows, calculatedSizes could be empty fix: Fix issues when auto-size columns/rows is false, and when row headers are not 0 Apr 17, 2024
@mofojed mofojed requested a review from mattrunyon April 17, 2024 02:40
@mofojed mofojed marked this pull request as ready for review April 17, 2024 02:40
packages/grid/src/GridRenderer.ts Outdated Show resolved Hide resolved
- Add a bit more explanation
@mofojed mofojed requested a review from mattrunyon April 17, 2024 18:18
packages/grid/src/GridRenderer.ts Outdated Show resolved Hide resolved
@mofojed mofojed requested a review from mattrunyon April 18, 2024 13:41
@mofojed mofojed merged commit 01c2a06 into deephaven:main Apr 18, 2024
4 checks passed
@mofojed mofojed deleted the grid-calculated-sizes branch April 18, 2024 16:39
@github-actions github-actions bot locked and limited conversation to collaborators Apr 18, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants