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.
我想将分页添加到多行计为一条记录的网格中。
这是可行的吗?也许我可以访问寻呼机的内部工作?基本上 3 行应该算作 1 条记录。
关于我如何做到这一点的任何想法?
如果您希望 3 行计为 1 条记录,只需将 rowNum 属性的倍数设为应有的 3 倍。因此,如果您希望网格有 10 条记录和每条记录 3 行,请将 rowNum 设为 30。