Time Estimate: 8 Hours
In the super user panel a list of the users you have created should be. You should be able to update the users' data in the list. You should also be able to delete them.
So you need to create:
A service where you update the users data.
A service where you delete the users data.
Create the actions column to show 'update' and 'delete' buttons on the user they have clicked edit on.
These buttons should call the services mentioned above.
Time Estimate: 8 Hours In the super user panel a list of the users you have created should be. You should be able to update the users' data in the list. You should also be able to delete them. So you need to create:
Create the actions column to show 'update' and 'delete' buttons on the user they have clicked edit on. These buttons should call the services mentioned above.