DataGridXL

Results 71 issues of DataGridXL

It could be faster and any batch after the 1st seems to go wrong.

In our private method `setCellValues.action`, we have this code: ``` if(this.dataStore.cols[actionProperties.colIds[j]-1]?.type == 'boolean'){ // parse this value if(value === 'true'){ value = true; } else if(value === 'false'){ value =...

We want to select the cell ID that has changed, not the Coords (to prevent Handsontable-like disaster)

Current Situation: ![image](https://github.com/DataGridXL/DataGridXL2/assets/67742466/a24d108e-1af0-4980-a242-b020e2748ad3) Do like G. Sheets: ![image](https://github.com/DataGridXL/DataGridXL2/assets/67742466/a938f75e-c7e5-4b70-8ed1-7d35f60ffce2)

colHeaderLabel pointerArea has changed dimensions!

Add space for fillHandle (and perhaps in the future a watermark). Related: #82

Easily test this in 100,000 rows demo by pressing Shift+Enter when cell cursor is on first row.