Nadim Islam
Nadim Islam
hey @mlwatkins sorry for the late reply. However if you still need help: the library does not support this out of the box. However you can potentially mimic this behaviour...
@praneethabet did you add the following? ``` import 'react-datasheet/lib/react-datasheet.css'; ```
Ideally I would love to avoid detectIE in the code, truth be told, I did not test with IE. I will keep this open for anyone looking to make this...
Hey @maifeeulasad, since this library does not maintain the data, I do not believe it makes sense for it to export the data. Basically: ``` const data = [...] render...
Hey could you make a fiddle with this? You shouldn't have to use handleKey and onCommit because that is already the default behaviour. The onChange should update the data, and...
Sorry @nick318, this repo is not really maintained but for whoever finds this: `onCellsChanged` gets called when a paste happens
sorry @xihaoxiaohao I missed this. You forgot to pass "onMouseUp" to the ``
hmm, I'm not exactly sure what is going on, I will get back to you soon. In the meantime could you try not using a custom cell renderer and if...