viethien

Results 3 issues of viethien

Hello @tiberiuzuld Is there any property for gridster item to show / hidden selected item? Thanks

I tried to use gridSizeChangedCallback, but it has never fired. this.options = { gridType: this.gridType, enableEmptyCellDrop: true, emptyCellDropCallback: this.onDrop.bind(this), gridSizeChangedCallback: this.gridSizeChanged.bind(this), ... } How can I trigged gridSizeChangedCallback when grid...

question

Dear @tiberiuzuld , I am having a gridster2, is there any property to get cols and rows for current gridster? Thanks