Skip to content

feat: add configurable cell selection drag handle visibility - #1284

Merged
6pac merged 1 commit into
masterfrom
feat/show-drag-handle
Aug 31, 2026
Merged

6pac merged 1 commit into
masterfrom
feat/show-drag-handle

Conversation

@ghiscoding

@ghiscoding ghiscoding commented Aug 25, 2026

Copy link
Copy Markdown
Collaborator

replicate Slickgrid-Universal PR 2747

Summary

  • Add Hybrid selectionOptions.showDragHandle with three states:
    • true — always visible (default)
    • 'hover' — visible while hovering the selected cell
    • false — completely disabled
  • Preserve existing drag-to-extend/shrink behavior.
  • Add touch-device fallback for hover mode.
  • Add tests and documentation for all four framework wrappers.

Validation

  • existing Cypress tests

AI assistance

  • LLM: OpenAI Codex
  • Model: 5.6 Luna

@6pac
6pac merged commit 4559db9 into master Aug 31, 2026
6 checks passed
@6pac
6pac deleted the feat/show-drag-handle branch August 31, 2026 02:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants