How would you use this component for server side generated data?
you just need to wire up your data into the row getter
For most of our use cases, we use flux and a store, with a creator action to initially load the data in from the server, though no requirement to use flux, as long as your row getter can access the data, you'll be fine.
We haven't used it for infiite scroll style scenarios, though there is no reason you cant load the data in chunks. to do that you'd just kick off your load inside the rowGetter, so something like:
does the grid come with support for a spinner?
Most helpful comment
does the grid come with support for a spinner?