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: Input Tables cannot paste more rows than number of visible rows (DH-18723) #2371

Merged
merged 5 commits into from
Feb 20, 2025

Conversation

mofojed
Copy link
Member

@mofojed mofojed commented Feb 19, 2025

…#2053)

Resolves deephaven#2036

**Changes Implemented:**
- Changed check for key columns within range **to no longer check**
whether the _start of the range is > # of key columns_ and _end of range
is > # of key columns_ , **but rather**, iterate through and check _if
any of the columns are key columns_

- The check priorly was making it so that the key columns are always the
first columns, which was causing issues with editing columns if they
were not
@mofojed mofojed self-assigned this Feb 19, 2025
@mofojed mofojed requested a review from vbabich February 20, 2025 02:16
@mofojed mofojed marked this pull request as ready for review February 20, 2025 02:18
@mofojed mofojed merged commit 1c14588 into deephaven:release/v0.13 Feb 20, 2025
2 checks passed
@mofojed mofojed deleted the DH-18723-jackson branch February 20, 2025 18:46
@github-actions github-actions bot locked and limited conversation to collaborators Feb 20, 2025
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.

3 participants