You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: