GWT 2.4 数据网格 - 水平滚动条遮盖最后一行

发布于 2024-12-03 23:54:53 字数 209 浏览 0 评论 0原文

当表的显示视口不如表本身宽时,GWT 2.4 中的新 DataGrid 小部件会自动生成水平滚动条,并在垂直情况下自动生成垂直滚动条。到目前为止还好。但我发现滚动条遮挡了表格的最后一行。最后一行之后没有填充空间,可以让您垂直滚动得更远一点,让最后一行完全进入查看空间。该填充条应该至少与滚动条一样高,最好高一点。

有解决方法的想法吗?我不想添加空数据行,因为它们代表真实数据库中的真实行。

The new DataGrid widget in GWT 2.4 automatically generates a horizontal scroll bar when the display viewport for the table is not as wide as the table itself, and a vertical scrollbar for the vertical case. Fine so far. But I have found that the scrollbar obscures the last row of the table. There is no filler space after the last row to allow you to vertically scroll a bit farther to let the last row completely enter the viewing space. That filler bar ought to be at least as tall as the scrollbar, and preferably a bit taller.

Any ideas for a work-around? I don't want to add empty data rows since these represents real rows in a real database.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

小矜持 2024-12-10 23:54:53

我只是注意到,如果您选择一行(即使使用 NoSelectionModel,也有一个“选择”,该行会变成浅黄色),然后点击键盘上的向上和向下箭头,DataGrid 会上下滚动,包括拉动任何行被页眉、页脚或水平滚动条完全遮挡在视野中。

很高兴知道。必须对用户进行这个小技巧的培训。

I just noticed that if you select a row (even with NoSelectionModel, there is a "select" where the row turns pale yellow), then tap the up and down arrows on the keyboard, the DataGrid rolls up and down, including pulling any rows obscured by the header or footer or horizontal scrollbar entirely into view.

Good to know. Will have to train the users on that little trick.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文