angular2gridster icon indicating copy to clipboard operation
angular2gridster copied to clipboard

Can't persist the order of my gridster items when changing between different break points

Open SunilManthenaG01 opened this issue 5 years ago • 6 comments

I am using angular2gridster version 8.1.0 and I am configuring my responsive breakpoints and changing the lanes as below. The issue I have, let say in lg breakpoint if the user rearrange the gridster items the x and y positions are updated for that breakpoint(xLg and yLg) and if I reduce the window width to sm the order is lost. Is there a way to keep the order of the items always the same in all the breakpoints?

gridsterOptions: IGridsterOptions = { lanes: 4, direction: 'vertical', floating: true, dragAndDrop: true, resizable: true, resizeHandles: { s: true, e: true, se: true, }, widthHeightRatio: 1, lines: { visible: true, color: '#afafaf', width: 2, always: true }, shrink: true, cellHeight: 250, useCSSTransforms: true, responsiveView: true, responsiveDebounce: 500, responsiveSizes: true, responsiveToParent: true, responsiveOptions: [ { breakpoint: 'sm', minWidth: 100, lanes: 2, dragAndDrop: true, resizable: true }, { breakpoint: 'md', minWidth: 768, lanes: 4, dragAndDrop: true, resizable: true }, { breakpoint: 'lg', minWidth: 1100, lanes: 6, dragAndDrop: true, resizable: true }, { breakpoint: 'xl', minWidth: 1800, lanes: 8, dragAndDrop: true, resizable: true }

]

};

SunilManthenaG01 avatar Sep 25 '19 23:09 SunilManthenaG01

Can anyone help me with this one, please?

SunilManthenaG01 avatar Oct 11 '19 13:10 SunilManthenaG01

Same issue

brainyaashish avatar Nov 25 '19 20:11 brainyaashish

@SunilManthenaG01 have you find solution please replyy

brainyaashish avatar Nov 25 '19 20:11 brainyaashish

@brainyaashish Nope did not have any luck with this issue.

SunilManthenaG01 avatar Nov 25 '19 20:11 SunilManthenaG01

what's the update.. i am facing same issue

prasad1791 avatar Feb 07 '20 09:02 prasad1791

I did not get any luck with this issue.

manthena08 avatar Feb 07 '20 19:02 manthena08