Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 web2py 中有没有一种方法可以让 SQLFRORM.grid 分页在不使用 LOAD 函数的情况下不刷新整个页面?
通常,使用来自服务器的数据刷新页面上的某些内容而不重新加载整个页面将需要 Ajax 调用(或 websockets 或 iframe)。在 web2py 中最简单的方法可能是使用LOAD()帮助程序,尽管您也可以手动设置 Ajax。
LOAD()