react-grid
react-grid copied to clipboard
Does it support paging? Do you have any samples for using the pagination in it? Thanks, Ruchi
...ange In some cases where viewport size for canvas is dynamic the ref index for rendered rows does not match the assumed values for the setScrollLeft method. Iterating over the...
Was the package removed? Is there a built version anywhere?
In commit https://github.com/prometheusresearch/react-grid/commit/ba519b8283845467779f666ebe390cbfb348ea38 a check was added to prevent state from being reset if nextProps columns do not differ from previous ones. This breaks the example listed here http://prometheusresearch.github.io/react-grid/examples/selectable-cells.html once...
We need to implement row selection controllers which would allow different models for selecting rows in a grid. Features we want (these can be ended up in different row selection...
You have extremly nice docs that took me awhile to fine :) It'd be nice to link to them from the repo title + in the README
I tested my site on an iPad and I noticed that inertia scrolling doesn't work. I am sure it reacts the same way on other mobile devices.
Investigate adding support for rendering rows with variable height. We can measure height of each row after rendering (and on resize/orientationchange events).