赞
踩
layui动态数据表格获取数据有时需要传递参数过去,这时候就用到了where:
table.render({
elem: '#category',
url: '../../category/getCategoryList',
where: {
type: 2,
},
cols: [[{}
]],
page: true
});
分页的参数不用自己写,table在发ajax的时候会加上,默认是page,limit如果需要修改,设置request官方文档在这里:http://www.layui.com/doc/modules/table.html#async
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。