gpt4 book ai didi

javascript - NG-Grid 制作全屏

转载 作者:行者123 更新时间:2023-11-28 10:47:10 27 4
gpt4 key购买 nike

我们正在使用 Angular ng-grid,因为我们需要排序等功能,

但是,我们希望它是全屏的,即如果离开屏幕等,则使用浏览器滚动。但基本上 100% 宽度和高度与行数相匹配。

我们最多只返回大约 50 个元素,因此它永远不会显示大量数据。

我们似乎找不到任何关于此的信息。

最佳答案

你可以试试这个:

.ngViewport.ng-scope{
height: auto !important;
overflow-y: hidden;
}

.ngTopPanel.ng-scope, .ngHeaderContainer{
width: auto !important;
}

Quick Plunker here .

注意:这不是我的方案,是eithankw提到的方案 作为对 ng-grid 问题的回应 here .

关于javascript - NG-Grid 制作全屏,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22930616/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com