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

placing new item in row other than first row when first row is empty #3

Open
jgraygi opened this issue Sep 27, 2017 · 0 comments
Open

Comments

@jgraygi
Copy link

jgraygi commented Sep 27, 2017

I have a grid with 2 rows and 4 columns. I am dynamically creating items based on users choices. If a user wants to start adding items to an empty grid and the first item is on the 2nd row. My item record looks like this
item = { row: 1, col: 2, sizeX: 1, sizeY: 1 }
When the item renders in grid it shows with the row as 0 not 1. Is there a way to keep the grid from forcing the item into the first row if row is empty?

image

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