Display "edit" modal by clicking on table row.
Display "edit" modal by clicking on table row.
mccloud
Posts: 35Questions: 15Answers: 2
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
click
event handler on the rows in the table that would call theedit()
method.Allan