Hi. I have generated a table using Bootstrap 4 Table Generator. I need to add a “DELETE” button column so the user can delete records. How to do it?
Also, how to add a confirmation dialog on the button before deleting?
Found doc to add column here: Delete Database Records
Still looking for :
Hi Nishkarsh,
I was just about to paste the link you found. Regarding the Modal confirmations, I found another video on Youtube for an image gallery. This includes details on a confirmation modal.
Best regards,
Brian
Thanks for the video link. I modified the implementation a bit as per my page structure. Worked well.