Skip to content

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

Open
ghiscoding wants to merge 1 commit into
masterfrom
feat/show-drag-handle
Open

feat: add configurable cell selection drag handle visibility#1284
ghiscoding wants to merge 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

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.

1 participant