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

Commits on Apr 8, 2024

  1. When grid does not auto size columns/rows, calculatedSizes could be e…

    …mpty
    
    - Shouldn't throw in those cases, we should handle when calculatedSizes is empty
    mofojed committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    061873c View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. WIP Handle the gridX when dragging the column...

    - It's drawing correctly, but not swapping
    mofojed committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    aaa395d View commit details
    Browse the repository at this point in the history
  2. WIP Get the column swap correctly working

    - Still need to get the column header to draw correctly
    mofojed committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    5909061 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Configuration menu
    Copy the full SHA
    105ab00 View commit details
    Browse the repository at this point in the history
  2. Clean up failing eslint

    mofojed committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    2579c16 View commit details
    Browse the repository at this point in the history
  3. Clean up based on review

    - Add a bit more explanation
    mofojed committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    4320ab2 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Update comment

    mofojed committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    b9b7ee0 View commit details
    Browse the repository at this point in the history