angular-gridster2
angular-gridster2 copied to clipboard
How to get rows and columns of a gridster
Dear @tiberiuzuld ,
I am having a gridster2, is there any property to get cols and rows for current gridster?
Thanks
I tried <gridster #dashboard> and use @ViewChild('dashboard') gridster: GridsterComponent; but this.gridster.rows and this.gridster.columns only show rows and columns having content.
I'm interested by this information, I want to know from within a grid element, the number of row & column it has. Is this possible ? Did you find a solution to this ?
+1. Wonder if there is a method that can tell the rows occupied with data