How to create popup using datatables when image is clicked?
How to create popup using datatables when image is clicked?
saho
Posts: 16Questions: 11Answers: 0
"As am new to datatables concept I got confused to create popup when image is clicked" I dont know any dataTables concept that involves popups on images
This discussion has been closed.
Answers
What exactly do you need? Can you please elaborate ?
Hai..i want to display each row details in small popup window when an image is clicked.
Note:
In my table i kept the last column with (plus/minus sign as image to indicate show and hide the details for every row).
I am trying to display that show and hide details inside the popup window.Can you suggest me the best example to give the row details inside the popup window@ashibahl007
Me neither (and I'm the author)! I don't there is any since that isn't functionality that DataTables provides. If you want to use a popup you would need to use another library designed for popups or write your own popup code.
Another popup library could readily be used with DataTables - I don't see any issue with that, but I would suggest you get your popup working without DataTables first and then simply enable DataTables.
Allan