标签: jquery jquery-plugins datatables
我遇到了一个奇怪的问题。我的数据表搜索至少需要两个字符。我该如何删除此阈值?这是我唯一改变的事情。
$('.table1').DataTable({ "aLengthMenu": [[2, 5, 7, -1], [2, 5, 7, "All"]], "iDisplayLength": 2 });