processing dont working
processing dont working

Options example:
$grid_init_list_late = array(
'ajax' => $_SERVER['REQUEST_URI'],
"processing"=> true,
"serverSide"=> true,
"bFilter"=> false,
"stateSave"=> true,
"columnDefs"=> array(
array("targets"=> array(0,1,2,3,4,5,6), "orderable"=>false)
),
"paging"=> false,
"language" => array('processing' => '<i><i class="fa fa-hourglass-start" aria-hidden="true"></i> Loading...</i>'),
"order"=>array(1, 'desc'),
"dom"=>'<t>'
);
This discussion has been closed.
Answers
Thanks for your question - however, per the forum rules can you link to a test case showing the issue please. This will allow the issue to be debugged.
Information on how to create a test page, if you can't provide a link to your own page can be found here.
Thanks,
Allan