企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
# 分页功能 ## 7.5.3.分页功能 使用page参数开启分页,page参数同layui分页组件的参数一致[前往查看](https://www.layui.com/doc/modules/laypage.html#options)。 ~~~ dataGrid.render({ elem: '#demoGrid', // 容器 templet: '#demoGridItem', // 模板 url: 'json/list.json', // 数据接口 page: {limit: 5} // 开启分页 }); ~~~