Read Only Grid with height of user viewport

Certified Associate Developer

Hello,

Is there a way to set a read-only grid to have a height that matches the viewport height?

I understand that the "fixed" setting keeps the grid at a set height, but it doesn’t adjust dynamically with the user’s viewport.

I’m looking for a solution that combines the behavior of the fixed setting—such as scrolling and locked headers—with a height that adjusts to the available space in the viewport.

Using a match statement with a!isPageWidth() won’t work in this case, as it does not provide enough control over the height. 

Thank you!

Nick

  Discussion posts and replies are publicly visible