tiberiuzuld/angular-gridster2

getNextPossiblePosition() method issue

Opened this issue · 0 comments

Hi,
im dynamically creating gridster dashboard. I read the items from an API that i created.

When i load my components it's alright, but when i use the method getNextPossiblePosition() to check if there is available space, all my components are compacted on the top-left of the gridster.

If i don't use getNextPossibilePosition() method i don't have this issue.

Thank you.