josebalius / ngReactGrid

A really fast Angular grid using the power of React to render. Based on ng-grid and jQuery DataTables.
http://josebalius.github.io/ngReactGrid/
MIT License
328 stars 47 forks source link

Periodic loading of grid data causes control to fallback on 1st page #70

Closed sohanboost closed 9 years ago

sohanboost commented 9 years ago

I am using ng-react-grid with page-wise display. I need to reload the grid data periodically, for which I am using $timout of angular. I am able to reload the grid data periodically, but if before the page gets refreshed, control is on second page and page refresh happens, control falls back on first page. It seems that when page refresh happens, layout is re-drawn. Is there any way by which data gets refreshed without re-drawing layout?

josebalius commented 9 years ago

Hmm @sohanboost could you post some sample code for me to look at?

sohanboost commented 9 years ago

Apologies for misconception. Its not an issue hence closing it.