Bug fixes
This commit is contained in:
parent
c7a92e4862
commit
03035e8bdf
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ class BaseService
|
|||
|
||||
public function createDatatable($entityType, $query, $showCheckbox = true, $hideClient = false)
|
||||
{
|
||||
$columns = $this->getDatatableColumns($entityType, $hideClient);
|
||||
$columns = $this->getDatatableColumns($entityType, !$showCheckbox);
|
||||
$actions = $this->getDatatableActions($entityType);
|
||||
|
||||
return $this->datatableService->createDatatable($entityType, $query, $columns, $actions, $showCheckbox);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue