angular2gridster icon indicating copy to clipboard operation
angular2gridster copied to clipboard

Angular implementation of well known Gridster (no jQuery, no external libraries, only Angular and Rx.js).

Results 101 angular2gridster issues
Sort by recently updated
recently updated
newest added

responsiveToParent:false not working in nested

Nested Widget , If outer widget is shrinked the inner widget also shrinks , How to stop the inner widget shrinking . if outer widget is made small the inner...

Hi I am facing issue related to the height and width of the widget , i am able to reduce the width or height less then the inner widget height...

Should be possible to drag widget from one dashboard to another. Configuration should allow to indicate which gridster can drag to which, or event which item. A spike task is...

enhancement
drag

Is there a way to export and save the layout after it was initially loaded? Example is after the user moves things around I want to save their changes so...

question

Hi, How to get griditem index position after re-positioning & how to programatically/manually change Can anyone help me out ??

question

This issue is continuation for #78. Directive will be responsible for adjusting size of parent girdster-item to fit the content. Directive should be optionally assigned to container that is scrollable...

enhancement
resize

While changing the browser size grids are working fine.But I have hamburger menu to expand/contract the left side menu.when i will click on hamburger menu grids will not work properly.That...

So i'm working on a project which the main dashboard is using the angular2gridster and when a "heavy" widget(contains a list of 30 rows of data) is added and i...

help wanted
performance

Hi there. I am trying to dynamically set responsiveOptions as follows: ``` this.gridster .setOption('responsiveOptions', this.responsiveOptions) .reload() ``` but it does not work. It continues to use the initial responsive options....

question