在同一页上单独对表格进行分页?

发布于 2025-01-11 07:43:47 字数 258 浏览 1 评论 0原文

我正在使用 Django 的tables2。我的表格(大部分)都在工作,只是对渲染进行了一些微调,但数据都在那里。我遇到的问题是我在一个 html 页面上有几个表格。有些表可能有四个记录,而其他表可能有数百个。当我分页时,我会在包含更多记录的表格底部看到“下一个”框。但是,当我按下按钮时,我可以看到它试图转到某些只有一页的表的第 2 页,并给我一个错误。有没有办法可以识别我的每个表?理想情况下,用户可能位于 Table1 的第 1 页、Table2 的第 15 页、Table3 的第 73 页等。

I'm using tables2 for django. I have my tables (mostly) working, just some fine tuning of the rendering, but the data is all there. The trouble that I'm having is that I have several tables on one html page. Some of the tables might have four records, while others might have several hundred. When I paginate I get the "Next" box at the bottom of the tables that have more records. However, when I press the button, I can see that it's trying to go to page #2 of some of the tables that only have one page and giving me an error. Is there a way that I can ID each of my tables? Ideally, a user could be on page #1 for Table1, page #15 for Table2, page #73 for Table3, etc.

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文