angular2-grid icon indicating copy to clipboard operation
angular2-grid copied to clipboard

Resize does not work - Always minimum size

Open GerritK opened this issue 7 years ago • 3 comments

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

GerritK avatar Jun 28 '17 08:06 GerritK

Hi, I has the same issue. Just add this for grid:

'min_cols': 0, 'min_rows': 0

That helped for me.

ghost avatar Jun 29 '17 08:06 ghost

@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?

BTMorton avatar Sep 01 '17 16:09 BTMorton

I changed my job and the product with this issue is not developed by me anymore. But i believe the issue was fixed.

GerritK avatar Sep 01 '17 17:09 GerritK