Datatables draw length menu
Datatables draw length menu
johngtrs
Posts: 33Questions: 2Answers: 0
I want to draw the length menu out the table as I did it for the global search :
HTML
<input type="text" id="myInputTextField">
Javascript
$('#myInputTextField').keyup(function(){
myTable.search($(this).val()).draw() ;
})
It is possible to do that with the length menu ?
This discussion has been closed.
Replies
Try something like: