Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Property "etra_rows" seems not to be working #31

Open
Hitchki opened this issue Sep 24, 2013 · 0 comments
Open

Property "etra_rows" seems not to be working #31

Hitchki opened this issue Sep 24, 2013 · 0 comments

Comments

@Hitchki
Copy link

Hitchki commented Sep 24, 2013

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,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant