How can I get the selected item of LengthMenu dropdown ?
How can I get the selected item of LengthMenu dropdown ?
Tino_Jose
Posts: 1Questions: 1Answers: 0
I need to get selected item fro the dropdown.
This discussion has been closed.
Answers
$("#" + the_id_of_your_table + "_length select").val();
I'd suggest using
page.len()
to get the current page length.Allan