Problem: Table data source is from API request, but not always is refreshing the content when i made a new request to the same endpoint.
Using an asynchronous request is not resolving the issue.
I have a table with products data.
Process:
- Click the actions button in a row, this opens a phase change modal.
- Select new phase and submit, this opens a confirmation modal.
- Confirm change (here the request is made).
- Refreshes the table to see the change.
() Products table source data comes from API request.
() The Phase Change is done by request to the API.