0

I am having a strange problem. My datatables search requires at least two characters. How can i remove this threshold? This is the only thing i changed.

$('.table1').DataTable({
        "aLengthMenu": [[2, 5, 7, -1], [2, 5, 7, "All"]],
        "iDisplayLength": 2
    });
Steve
  • 1,622
  • 5
  • 21
  • 39

0 Answers0