You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using grister as follows and would expect to get an extra row - but that does not happen.
(With "extra row" I mean getting a second, empty row with no data in it - which I guess ultimatelly would mean that the height of the ul is increased by the the heigt of an extra row)
I am using grister as follows and would expect to get an extra row - but that does not happen.
(With "extra row" I mean getting a second, empty row with no data in it - which I guess ultimatelly would mean that the height of the ul is increased by the the heigt of an extra row)
<div class="gridster">
<ul>
<li data-row="1" data-col="1" data-sizex="1" data-sizey="1"></li>
<li data-row="1" data-col="2" data-sizex="1" data-sizey="1"></li>
</ul>
</div>
$(".gridster ul").gridster({
widget_margins: [10, 10],
widget_base_dimensions: [wid_base_dim_x, 200],
min_cols: 1,
extra_rows: 1,
max_cols: nrOfCols,
The text was updated successfully, but these errors were encountered: