Display "edit" modal by clicking on table row.
Display "edit" modal by clicking on table row.
I have used the online generator, but also wish to enable a function that when clicking a row it automatically displays the modal edit form, instead of having to click on the edit button which created by default.
This discussion has been closed.
Replies
You would have a
clickevent handler on the rows in the table that would call theedit()method.Allan