Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
jqhph authored and StyleCIBot committed Mar 30, 2021
1 parent 6d58757 commit 979bfae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Grid.php
Original file line number Diff line number Diff line change
Expand Up @@ -950,10 +950,10 @@ public function scrollbarX(bool $value = true)
*/
public function formatTableParentClass()
{
$tableCollaps = $this->option('table_collapse') ? 'table-collapse' : '';
$scrollbarX = $this->option('scrollbar_x') ? 'table-scrollbar-x' : '';
$tableCollaps = $this->option('table_collapse') ? 'table-collapse' : '';
$scrollbarX = $this->option('scrollbar_x') ? 'table-scrollbar-x' : '';

return "table-responsive table-wrapper complex-container table-middle mt-1 {$tableCollaps} {$scrollbarX}";
return "table-responsive table-wrapper complex-container table-middle mt-1 {$tableCollaps} {$scrollbarX}";
}

/**
Expand Down

0 comments on commit 979bfae

Please sign in to comment.