Skip to content
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.

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

Open
sriram15690 opened this issue Jan 28, 2017 · 0 comments
Open

Comments

@sriram15690
Copy link

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant