Hi everyone .i need to update the table if click + it need to be added as accordion .if remove - it need to be delete the accordion
If I noticed you want to be able to add and remove projects in the list on the left by clicking on the plus and minus icons. What you can do is update the selected attribute from the projects table and list the projects selected from the list on the right and change the icon according to the status of the IsSelected attribute. I hope it helps