ParamQuery grid support forum
General Category => Help for ParamQuery Pro => Topic started by: queensgambit9 on September 24, 2018, 06:59:06 pm
-
Having issues with grouped rows not adjusting to correct height automaticially...any idea what this could be caused by?
-
Auto height of rows doesn't apply to group title and summary rows, but normally that doesn't cause any issue.
Do you have a screenshot
-
Thanks, screenshot is attached.
-
Think I recreated the issue on https://paramquery.com/pro/demos/group_rows by setting
wrap: true,
-
Right, as mentioned auto height of rows not supported for group title and summary rows.
It can be a avoided by
1.using wrap: false or
2. using rows of larger height i.e., rowHt: 50
https://paramquery.com/pro/api#option-rowHt
3. using columns of greater width so that group titles fit in a single cell.