Search Box is not working using with server side pagination?
Search Box is not working using with server side pagination?
Hi All,
I am using sever side pagination but my search box is not working in Displaying Data table records.
this code userd.
"ajax" : {
"url" : "",
"type" : "POST",
data : function (d){
return generatePostData(d);
}
},
"processing": true,
"serverSide": true,
"paginationType": "full_numbers",
"lengthMenu": [[10, 25, 50, -1], [10, 25, 50, "All"]],
"order" : [ [ 1, "desc" ] ],
"columns" : [ {
"targets" : 0,
"searchable" : false,
"orderable" : false,
"width" : '1%',
"data":null,
~~~~