olifolkerd / tabulator

Interactive Tables and Data Grids for JavaScript
http://tabulator.info
MIT License
6.76k stars 821 forks source link

no range will be created when selection starts at first column in first row #4633

Open stefanhoelzl opened 5 days ago

stefanhoelzl commented 5 days ago

Describe the bug When selectableRange is activated (e.g. set to true) it is not possible to create a range starting at the first column in the first row.

Tabulator Info

Working Example

Screencast From 2024-11-17 17-02-40.webm

To Reproduce A step by step guide to recreate the issue in your JS Fiddle or Codepen:

  1. Go to https://jsfiddle.net/pqm372r6/
  2. Click on 1 in column
  3. range added will be appear in console output
  4. Click on 0 in column
  5. no console output range added

Expected behavior The range event rangeAdded should fire when a selection start in the first cell

Desktop (please complete the following information):