如何在 Gridster 中添加超过 15 行 (dsmorse gridster.js)

How to add More than 15 rows in Gridster (dsmorse gridster.js)

我已经在

之上构建了一个表单设计应用程序

dsmorse(dsmorse.github.io/gridster.js/)

grister 和我无法在超过 15 行中添加小部件。我尝试了 gridster.options.max_rows=60;,但在我的情况下没有用。

将max_rows设置为所需的行数

例子

gridster[{0}] = $('#grTer_{0} ul').gridster({
                widget_base_dimensions: ['auto', 55],
                autogenerate_stylesheet: true,
                min_cols: 1,
                max_cols: 12,
                max_rows: 140,
                extra_rows : 40,
                widget_margins: [30, 30]
            }).data('gridster');

默认情况下 max_rows 最多 15 行