Author Topic: Height of grouped rows  (Read 2080 times)

queensgambit9

  • Pro Ultimate
  • Sr. Member
  • *
  • Posts: 341
    • View Profile
Height of grouped rows
« 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?

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6263
    • View Profile
Re: Height of grouped rows
« Reply #1 on: September 24, 2018, 07:17:14 pm »
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

queensgambit9

  • Pro Ultimate
  • Sr. Member
  • *
  • Posts: 341
    • View Profile
Re: Height of grouped rows
« Reply #2 on: September 24, 2018, 08:46:45 pm »
Thanks, screenshot is attached.

queensgambit9

  • Pro Ultimate
  • Sr. Member
  • *
  • Posts: 341
    • View Profile
Re: Height of grouped rows
« Reply #3 on: September 25, 2018, 02:07:38 am »
Think I recreated the issue on https://paramquery.com/pro/demos/group_rows by setting

Code: [Select]
wrap: true,

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6263
    • View Profile
Re: Height of grouped rows
« Reply #4 on: September 25, 2018, 10:53:43 am »
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.