web2py SQLFORM.grid 参数定义

发布于 2024-12-29 17:25:53 字数 180 浏览 0 评论 0原文

web2py grid/smartgrid 文档有很长的参数列表,但对它们的描述却很少。例如, fields 参数只是说

fields 是要从数据库中获取的字段列表。

但这些字段应该如何命名呢?是否有网格和智能网格的示例来显示网格/智能网格参数的实际使用?

The web2py grid/smartgrid documentation documentation has a long list of parameters, but a sparse description of them. For example, the fields parameter just says

fields is a list of fields to be fetched from the database.

but how are the fields supposed to be named? Are there examples of grid and smartgrid that show the actual use of the grid/smartgrid parameters?

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

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

发布评论

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

评论(2

梦里兽 2025-01-05 17:25:53

与它们在数据库查询中的命名相同。 (这可能听起来很翻转,但它是我能做到的最直接的。)

这是一个使用网格和至少一些参数的示例:http://www.web2pyslices.com/slices/take_slice/148

The same as they would be named in a database query. (That may sound flip, but its as direct as I can be.)

Here's an example of using grid w/ at least some of the parameters: http://www.web2pyslices.com/slices/take_slice/148

梦屿孤独相伴 2025-01-05 17:25:53

前任:

fields=[db.table1.f1, db.table1.f2]

ex:

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