DhtmlxGrid - 滚动到右端导致在 header 和 body 之间移动
DhtmlxGrid - Scrolling to the right end results in shift between header and body
我在使用 dhtmlxGrid 时遇到了这里 https://github.com/angular-ui/ui-grid/issues/2521 提到的问题。我添加了以下代码
grid.splitAt((fixedColumnCount + 1)); grid.enableSmartRendering(true);
有什么帮助吗?
-阿什瓦斯
很遗憾,您的问题无法在本地重建。
很可能是您页面上的额外自定义 css 导致了问题。
请尝试申请:
table.hdr{
table-layout: fixed !important;
}
我在使用 dhtmlxGrid 时遇到了这里 https://github.com/angular-ui/ui-grid/issues/2521 提到的问题。我添加了以下代码
grid.splitAt((fixedColumnCount + 1)); grid.enableSmartRendering(true);
有什么帮助吗?
-阿什瓦斯
很遗憾,您的问题无法在本地重建。 很可能是您页面上的额外自定义 css 导致了问题。 请尝试申请:
table.hdr{
table-layout: fixed !important;
}