For Angular Gridster, set "maxRows" limit to "3000"
This commit is contained in:
parent
b635e59885
commit
b790e09211
@ -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…
x
Reference in New Issue
Block a user