AI写作智能体 自主规划任务,支持联网查询和网页读取,多模态高效创作各类分析报告、商业计划、营销方案、教学内容等。 广告
## 7.5.3.分页功能 使用page参数开启分页,page参数同layui分页组件的参数一致[前往查看](https://www.layui.com/doc/modules/laypage.html#options)。 ```javascript dataGrid.render({ elem: '#demoGrid', // 容器 templet: '#demoGridItem', // 模板 url: 'json/list.json', // 数据接口 page: {limit: 5} // 开启分页 }); ``` <br/>