on Data Table row click event image pops up
on Data Table row click event image pops up
string
Posts: 2Questions: 1Answers: 0
I am looking to have an image popup on row click of a data table. As in this example: https://datatables.net/examples/advanced_init/events_live.html an alert message is shown, when a row is clicked, I would like to have an image instead of alert message.
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Instead of using "alert" you could use a plugin like Sweet Alert https://limonte.github.io/sweetalert2/
Search for "custom image" on that page and you'll see an example for an image popup.
Thank you @rf1234. It helped