Oracle Apex 5:设置交互式报表的最大高度

Oracle Apex 5: Set max height of Interactive Report

我在 Apex 5.0 中有一个超过 20 列的交互式报告。 window 无法容纳所有列,因此我必须使用水平滚动条。

问题是当我有超过 50 行时,水平滚动条显示在页面底部但在 window 之外,所以我必须向下滚动才能看到水平滚动条。

如何设置交互式报表的 'max height'?

使用现有的 class ( .t-fht-wrapper ) 并使用此规则

CSS

.t-fht-wrapper{
max-height: 407px;
position: relative;
width: 100%;
}

注意:class中存在规则溢出,请移除。

您好,您可以在属性中设置最大报告高度

在您的交互式报告区域转到

Attributes>Heading>Set Fixed Header to Region > Set Maximum Report Height to 1000 px