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.
是否可以一次加载所有表格内容但每页仅显示 15 个?例如,我的记录总数为 30,但是当我启动并JqGrid用数据填充表时JSON,它将加载所有 30 行,但在第一页上只显示 15 行,在另一页上显示 15 行。
JqGrid
JSON
这个问题背后的原因是当您multiselect打开并单击标题复选框时,它只会检查当前页面中的那些,而不会包括其他页面上的那些。
multiselect
是的,jqGrid 中有属性loadonce:true并设置您的rowNum:15
loadonce:true
rowNum:15