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
Load data from REST API to Table component.
Each row in the table needs to have a Delete and Edit button:
Edit button: On-click, needs to show the Modal with info from the row that was clicked on
Delete button: On-click, this should execute an API to delete that row by id of that record
My problems are:
For Edit button, I binded from SelectedRow in Table to form fields in Modal; while designing, the data shows correctly, but in Preview, this doesn't work.
For Delete button, similar to the Edit button where that I binded id field of SelectedRow in the Table to my API request, but it didn't work.
It seems the data of SelectedRow couldn't show up in Modal or send to Action of Delete button.
The text was updated successfully, but these errors were encountered:
We need to implement the below steps:
Load data from REST API to Table component.
Each row in the table needs to have a Delete and Edit button:
My problems are:
It seems the data of SelectedRow couldn't show up in Modal or send to Action of Delete button.
The text was updated successfully, but these errors were encountered: