Hi, I am trying to show a report that contains or 1150 or 2707 records from the database. System keeps showing 504 Gateway time-out. I've increased the timeout on php as suggested by another post. I am using DataTables component to present the data.
Any suggestion is appreciated. thank you
DataTables::create(array(
"dataStore" => $this->dataStore('ClientVisitorList'),
"options" => array(
"fixedHeader" => true,
"searching" => true,
"colReorder" => true,
),
"columns" => array(