This commit is contained in:
Ludovic CANDELLIER
2021-11-07 17:16:35 +01:00
parent 41cab61bda
commit f3b6504723
11 changed files with 41 additions and 35 deletions

View File

@@ -97,7 +97,6 @@ class ParentDataTable extends DataTable
*/
public function buildQuery($model)
{
// $model = $model->select($model->getTable() . '.*');
return $model->newQuery();
}
@@ -150,7 +149,7 @@ class ParentDataTable extends DataTable
'colReorder' => $this->colReorder,
'fixedColumns' => $this->fixedColumns,
'fixedHeader' => $this->fixedHeader,
'pageLength' => 5,
'pageLength' => 10,
'searchDelay' => 500,
'scrollX' => $this->scrollX,
'scrollCollapse' => $this->scrollCollapse,