Display "edit" modal by clicking on table row.

Display "edit" modal by clicking on table row.

mccloudmccloud 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.

Replies

  • allanallan Posts: 63,813Questions: 1Answers: 10,516 Site admin

    You would have a click event handler on the rows in the table that would call the edit() method.

    Allan

This discussion has been closed.