I want a dropdown to control the number of items to be displayed per page in a datatable. I tried using
"aLengthMenu": [[10, 25, 50, -1], [10, 25, 50, "All"]] but its not working for me.
I am using ajax-jquery code to fetch the record in the datatable.
"aLengthMenu": [[10, 25, 50, -1], [10, 25, 50, "All"]] but its not working for me.
I am using ajax-jquery code to fetch the record in the datatable.