viethien

Results 6 comments of viethien

Hello @NastyZ98 , Thanks for your sharing at https://github.com/NastyZ98/angular6-dynamic-dashboard I followed your code and add some init data in ngOnInit, but did not fire ngOnInit, how can I trigger ngOnInit?...

@Robinyo @CollinGraf314 How can you get drop position (x,y) value when drag into dashboard? Currently, I can not get x, y in event value. Thanks

@CollinGraf314 When i put emptyCallback(event, item), emptyCellDropCallback call twice, the first one it put item is undefined, the second one i can get item position. How can I prevent first...

@CollinGraf314 @NastyZ98 @Robinyo How can i get rows and columns of gridster when I change fixHeight or fixWidth property? I tried to use gridSizeChangedCallback: this.gridSizeChanged but not success, it return...

I tried and use @ViewChild('dashboard') gridster: GridsterComponent; but this.gridster.rows and this.gridster.columns only show rows and columns having content.

@julianodev can you share your code to use dynamic component for gridster