Variable-height grid rows
Is there a way to have variable-height grid rows?
Actually, we currently have a solution by adding
to our CSS. (and of course
But this worked only in quirks mode; it has no effect in standard mode.
Actually, we currently have a solution by adding
.aw-grid-row {overflow-y: visible;}
to our CSS. (and of course
obj.getRowTemplate().setClass("text", "wrap");
to the JS.
But this worked only in quirks mode; it has no effect in standard mode.
Marcel Zumstein
May 18,