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
create grid with max_col 1.
Click 'add widget' a couple of times. Notice that the widgets will be added in columns that exceed max_cols. You won't be able to swap a widgets if they are in a col < max_col with one that >= max_col but you can move the widgets that are in the invalid cols to the ones that are in the col.
See jsfiddle for examples.
The text was updated successfully, but these errors were encountered:
http://jsfiddle.net/mKKXz/2/
create grid with max_col 1.
Click 'add widget' a couple of times. Notice that the widgets will be added in columns that exceed max_cols. You won't be able to swap a widgets if they are in a col < max_col with one that >= max_col but you can move the widgets that are in the invalid cols to the ones that are in the col.
See jsfiddle for examples.
The text was updated successfully, but these errors were encountered: