angular2gridster
angular2gridster copied to clipboard
Angular implementation of well known Gridster (no jQuery, no external libraries, only Angular and Rx.js).
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...
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...
Hi, How to get griditem index position after re-positioning & how to programatically/manually change Can anyone help me out ??
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...
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...
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....