Jason Smith

Results 122 comments of Jason Smith
trafficstars

Huh... the images is more concerning to be frank, anything strange in the console?

I mean I could add this... How many rows do you have? I can definitely see measuring 10k or so rows to size a column starting to take seconds. It's...

It would take a considerable amount of time due to the excessive number of measure calls. How homogenous is your data in the rows? Are there likely to be obvious...

we already have a clever way of doing that ;) I am also the author of canvas-hypertxt which was kind of built for this reason.

Implementation proposal: ```ts interface DataEditorProps { ...otherCrap, onPasteBehavior: undfined | { demuxRows: boolean, demuxColumns: boolean, demuxRanges: boolean, } } ```

I dont understand why you think that would be better.

`onCellsEdited` was updated in 5.0.1 to always trigger, you can not implement `onCellEdited` at all if you like. `onCellEdited` will always trigger if `onCellsEdited` triggered.

ah hmm good point. I will bump the priority. This seems like an obvious use case to enable. You will still have to do some work, but you wont have...

The original team interested in this seems to have moved along. I’m not planning to put effort to this until there are more interested parties. On Sun, Oct 16, 2022...