Getting the value selected while filtering
Getting the value selected while filtering
Erenakgz
Posts: 8Questions: 2Answers: 0
Hello, I am filtering using dropdownlist. I want to get the value of the selected data. So I want to assign whatever data is selected to a variable. how can I do that?
Answers
Is this a DataTables issue? If you just want to get the value of the dropdown, you can use val(),
Colin
Hello, I don't know how to use it, can you share sample code?