Skip to content

Commit

Permalink
Update DatatableClass.php
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisSantiago82 committed Apr 4, 2022
1 parent 8abe5a0 commit 40e4858
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Classes/DatatableClass.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public function tableColumn($key, $columnName, $model = null)
$this->Result['Columns'][$key]['limit'] = null;
$this->Result['Columns'][$key]['sort'] = true;
$this->Result['Columns'][$key]['search'] = true;
$this->Result['Columns'][$key]['model'] = model;
$this->Result['Columns'][$key]['model'] = $model;


$this->buildKey($columnName);
Expand Down

0 comments on commit 40e4858

Please sign in to comment.