-1
Excuse me if the title is not so explanatory, but the doubt is as follows: I have to do a CRUD and I already managed to do the C and R, but I am doing the page of Update now and the scheme is more or less like this:
Has a page Index
listing the objects that can be changed:
and what I would like is that when I click on one of the links, only one modal with the fields I can edit is displayed, 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 that?
Thank you, if you need more information, let me know!
Welcome to [en.so]. Your question is a little wide. You could post the code you are using and explain a little more what you want. Taking advantage, see the [Ask] and do a [tour], to learn a little more about the operation of the site to increase your chances of getting a good response.
– Randrade