"serverSide": true,
ajax: {
url: "batch_records_ajax.pl",
type: "POST",
data: function ( d ) {
d.import_batch_id = [% import_batch_id | html %];
return d;
-