Get dropdown list value
Get dropdown list value
LArmstrong85
Posts: 21Questions: 14Answers: 0
Hello,
one column of my table is a dropdownlist (select).
If I read a row with the instruction table.rows('.selected').data();
i read all row table field but not the select value.
How i can do it?
This discussion has been closed.
Answers
Maybe create an event handler that does whatever task it is that you wanted it to do when something is selected in the selection list?