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
parent
commit
15865cfbbd
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      ui-ngx/src/app/modules/home/components/dashboard/dashboard.component.ts

2
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,

Loading…
Cancel
Save