feat(grid): add navigateTo method with optional activation#27
Merged
Conversation
Pull Request Test Coverage Report for Build 20966291117Details
💛 - Coveralls |
There was a problem hiding this comment.
Pull request overview
This PR adds a new navigateTo method to the grid component that allows programmatic navigation to a specific cell with optional activation.
Changes:
- Added
navigateTopublic API method with row index, column field, and optional activation parameters - Implemented navigation logic using virtualizer's scroll capabilities
- Added comprehensive test coverage for various navigation scenarios
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| src/components/grid.ts | Adds public navigateTo method to the grid component API |
| src/controllers/navigation.ts | Implements navigation logic with scrolling and activation support |
| test/activation.test.ts | Adds extensive test suite for the new navigateTo functionality |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
39017a0 to
afcf7f7
Compare
rkaraivanov
approved these changes
Jan 13, 2026
afcf7f7 to
bab6ab7
Compare
bab6ab7 to
5218217
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #22