angular2-grid icon indicating copy to clipboard operation
angular2-grid copied to clipboard

Item config ignores row

Open domi-andrae opened this issue 9 years ago • 1 comments

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

domi-andrae avatar Sep 22 '16 13:09 domi-andrae

Set 'prefer_new' in grid settings to true to use the row value for items.

jd-nfreitas avatar Oct 26 '16 17:10 jd-nfreitas