Author Topic: Auto height OR 100% height issue with grid  (Read 300 times)

pranit@srcomsec

  • Pro Enterprise
  • Jr. Member
  • *
  • Posts: 99
    • View Profile
Auto height OR 100% height issue with grid
« on: November 10, 2022, 06:59:25 pm »
We are integrating multiple paramquery grids with the Golden layout tabs.

We are getting issues with the verticle scroll to view all data. The verticle scroll is not visible, as when we decrease the height of the grid container, the height of the paramquery grid remains the same, and due to that the vertical scroll is hidden by the new position of the other grids in the workspace. [as shown in image1.png]

For it to work we need to again change the position of the container [as shown in image2.png]

We are not being able to auto-adjust the height of the paramquery grid as per the height of the containers

We tried the following:
Code: [Select]
height: "100%"
Code: [Select]
height: "auto"
But no data is being shown

Kindly see the attached screenshots and advise.


paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6310
    • View Profile
Re: Auto height OR 100% height issue with grid
« Reply #1 on: November 11, 2022, 11:51:31 am »
Please share a jsfiddle of the issue.