facebookarchive / fixed-data-table

A React table component designed to allow presenting thousands of rows of data.

Home Page:http://facebook.github.io/fixed-data-table/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fixed-data-table not reloading after receiving new data from service.

sriram15690 opened this issue · comments

My requirement is to fetch data from remote service and populate it using fixed data table.

In my Webpage, I have a react-fixed-table. From an Ajax call, I receive the gridData. On the first instance, the data loads in the table. When I do some manipulations on the page(other than the dataGrid) and I trigger the Ajax call due to a form submit to reload the dataGrid with new data, the grid doesn't reload with the new data.

In my scenario, multiple rows change and new rows get added, yet the table doesn't reload.