Skip to content

Commit

Permalink
option to set filter columns count
Browse files Browse the repository at this point in the history
  • Loading branch information
marispro authored Mar 31, 2022
1 parent 4ba7943 commit 92acf6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/CustomDashboard.php
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ public function options(): array
'expandFilterByDefault' => $this->model->ExpandFilterByDefault,
'enableAddWidgetButton' => $this->model->enableAddWidgetButton,
'displayScreenshotButton' => $this->model->showSaveScreenshotButton,
'filterColumns' => 3, // 2,3,4,5
'grid' => [
[
'breakpoint' => 'sm',
Expand Down

0 comments on commit 92acf6b

Please sign in to comment.