顶点分页 - 获取所有行

发布于 2025-02-12 19:47:08 字数 119 浏览 0 评论 0原文

我的应用中有一个IG,它返回138行,我的大多数用户都用来“ ctrl+f”来在页面上找到一些东西,而他们无法找到结果,因为一次只能获取40行。我知道这是任何类型的分页的自然缺点。关于如何增加页面加载中获取的行数的任何建议?

I have an IG in my app which returns 138 rows and most of my users are used to “CTRL+F” to find something on the page and they are not able to find the result, as only 40 rows are fetched at a time. I know this is a natural drawback of any kind of pagination. Any suggestions on how to increase the number of rows fetched on page load?

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

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

发布评论

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

评论(1

半﹌身腐败 2025-02-19 19:47:08

告诉大多数用户使用Apex'搜索功能:


​ 页;由于有138行,请将其设置为1000(不要忘记保存报告,然后!)。但是,如果报告包含超过1000行,您会怎么做?我会首先做我建议的事情:搜索使用“搜索”栏。

Tell most of your users to use Apex' search capabilities:

enter image description here


Alternatively, modify number of rows displayed per page; as there are 138 rows, set it to 1000 (don't forget to save the report, then!). Though, what will you do if report contains more than 1000 rows? I'd do what I suggested first: search using the "Search" bar.

enter image description here

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