angular2-grid
angular2-grid copied to clipboard
Resize does not work - Always minimum size
When i try to resize my grid item it always resizes to minimum size.
Minimum Size: 4x4 Maximum Size: 0x0 (without limit) or 8x8 (doesn't matter)
Version: 2.0.5
Hi, I has the same issue. Just add this for grid:
'min_cols': 0, 'min_rows': 0
That helped for me.
@GerritK are you still getting this issue? Can you give me the config you were using and perhaps a plunker reproduction so I can investigate it further?
I changed my job and the product with this issue is not developed by me anymore. But i believe the issue was fixed.