I'm sorry if the title is not so explanatory, but the question is: I have to do a CRUD and I've already been able to do C and R, but I'm doing the Update now and the scheme looks something like this:
You have a Index
page listing the objects that can be changed:
And what I would like is that when I clicked on one of the links, I would only display a modal with the fields that I can edit, and the edit link contains 2 fields with values checkbox
( true
or false
) and the inactivation link is basically the execution of a query update in sql.
How could I do this?
Thank you, if you need more information, let me know!