processing dont working

processing dont working

Ivan_88Ivan_88 Posts: 1Questions: 1Answers: 0

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>'
    );

Answers

  • allanallan Posts: 64,944Questions: 1Answers: 10,758 Site admin

    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

This discussion has been closed.