Delete and Edit Row Table connect to DB

Thanks a lot @code-queen !!

Just got the delete button working. pretty easy after u explained it :slight_smile:

For the edit, i think i understood what u meant. Basically, i’ll have to create inputs for each attribute from the table, and when they select the row these inputs will be also filled with the data from the row selected. afterwards they can edit the information and then hit the save button. is that right?

If so, how can i make available the info from the selected row in the input created?

Thanks in advance!