facebookarchive / fixed-data-table

A React table component designed to allow presenting thousands of rows of data.
http://facebook.github.io/fixed-data-table/
Other
4.3k stars 553 forks source link

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

Open sriram15690 opened 7 years ago

sriram15690 commented 7 years ago

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.