How to create popup using datatables when image is clicked?

How to create popup using datatables when image is clicked?

sahosaho Posts: 16Questions: 11Answers: 0
edited September 2016 in Free community support

"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

Answers

  • ashibahl007ashibahl007 Posts: 22Questions: 4Answers: 0

    What exactly do you need? Can you please elaborate ?

  • sahosaho Posts: 16Questions: 11Answers: 0

    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

  • allanallan Posts: 63,815Questions: 1Answers: 10,517 Site admin

    I dont know any dataTables concept that involves popups on images

    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

This discussion has been closed.