Paweł Marek

Results 38 comments of Paweł Marek

Hi @jsilvao, your ReactGrid declaration looks good. I've tested it locally, however, it did not allow me to reproduce the problem. The result is exactly the same as in the...

@MarcusElg The fill handle on dropdown cells should work properly with the current version of ReactGrid (4.1.4). The `onCellsChanged` prop accepts a function that handles changes. This function receives an...

@Shiro00000 Thank you for bringing this to our attention. I've pushed a fix that ensures an empty string won't result in a 0 being pasted into the cell.

> Is it possible to change the behavior that way NaN is handled as "do not change the current content"? The ability to customize how pasted data behaves will be...

Thank you for your interest in contributing to V5. As of now, work on V5 is still ongoing. We are aiming for a release soon, but we don't have a...

@qiufeihong2018 The code for v5 is publicly available for review at [v5-dev](https://github.com/silevis/reactgrid/tree/v5-dev) At this moment, the latest features are in the [v5/edit-cells](https://github.com/silevis/reactgrid/tree/v5/edit-cells) branch, which will be merged into **v5-dev** in...

We have already released v5 alpha, and the new documentation is now available - [link](https://silevis.github.io/reactgrid/docs/5.0/1-getting-started)

Hi @Mengeroshi, could you please provide a reproduction?

@jbavari Sorry, but it won't work because the CellEditor is rendered outside of Panes. It won't work on frozen panes

@jbavari I've tested it again and see that the absolute `top` position, which is determined by multiplying the row index (`location.row.idx`) by the row height, generates a couple of problems:...