From 5b1cd50be2a46f5801c0bf37afcbab9d57e0b8b8 Mon Sep 17 00:00:00 2001 From: Alain Dumesny Date: Fri, 26 Feb 2021 14:56:24 -0800 Subject: [PATCH] column # changes auto cellHeight * fix changing column # `column(n)` now resizes `cellHeight:'auto'` to keep square * update column.html demo to have fix cellHeight (makes it easier to see relayout for debugging) --- demo/column.html | 8 ++++++-- doc/CHANGES.md | 1 + src/gridstack.ts | 3 ++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/demo/column.html b/demo/column.html index 5f55ee6d7..84a5d8ecb 100644 --- a/demo/column.html +++ b/demo/column.html @@ -12,7 +12,7 @@
-

column() grid demo

+

column() grid demo (fix cellHeight)

Number of Columns: 12
@@ -41,7 +41,11 @@

column() grid demo