Eduard Castellano
Eduard Castellano
It would be useful to just pass a prop when you want the entire sheet to be readOnly, so it would save me to loop all the cells. Would you...
I need to read binary data from a QR code and there's already support in the `jsqr` library but the data isn't passed to the `onScan()` handler. Would it be...
The sort() function that's called after filtering the items was returning a boolean instead of `1`, `-1` or `0` as it is specified in the [standard](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort). It happens to work...
Adds support for Pear apps to add scripts to preload under `preloads` in pacakge.json: ``` "pear": { "preloads": [ "/preload.js" ] } ```