Browse Source
Merge pull request #10066 from xalt7x/angular-gridster--maxrows
For Angular Gridster, increase "maxRows" limit from "100" to "3000"
pull/10184/head
Igor Kulikov
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
ui-ngx/src/app/modules/home/components/dashboard/dashboard.component.ts
|
|
|
@ -214,7 +214,7 @@ export class DashboardComponent extends PageComponent implements IDashboardCompo |
|
|
|
disableAutoPositionOnConflict: false, |
|
|
|
pushItems: false, |
|
|
|
swap: false, |
|
|
|
maxRows: 100, |
|
|
|
maxRows: 3000, |
|
|
|
minCols: this.columns ? this.columns : 24, |
|
|
|
maxCols: 3000, |
|
|
|
maxItemCols: 1000, |
|
|
|
|