Browse Source

For Angular Gridster, set "maxRows" limit to "3000"

pull/10066/head
Yevhen Popok 2 years ago
parent
commit
b790e09211
  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

@ -211,7 +211,7 @@ export class DashboardComponent extends PageComponent implements IDashboardCompo
disableAutoPositionOnConflict: false,
pushItems: false,
swap: false,
maxRows: Infinity,
maxRows: 3000,
minCols: this.columns ? this.columns : 24,
maxCols: 3000,
maxItemCols: 1000,

Loading…
Cancel
Save