show selected value by pressing button
show selected value by pressing button
silens
Posts: 101Questions: 40Answers: 0
I have a link that calls a function, I would like to be able to pass the value that I have selected in the table. I need you to click on the button, show the value of the selected table. Thank you
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
How are you selecting the item in the table?
If using the Select extension see if this example helps:
https://datatables.net/extensions/select/examples/api/get.html
Kevin