Item config ignores row
Hello guys,
When adding items to a grid, that have defined cols and rows, the grid renders the item that is added first in the first row, rather then the item that has {"row": 1}. I want to "load" a configuration for the grid, so all items are added in one progress and none are added later, where all items have their position, as was saved before, but the same items always come out on top. I am certain, this was not the case in an earlier version, but i am not sure. If there is an option that allows the item to "keep" its row, i am happy to hear about it. I don't want to "fix" the items, as they should be draggable. I can offer more details, descriptions and configs, if needed.
Cheers Dominik
Set 'prefer_new' in grid settings to true to use the row value for items.