ActiveDataProvider分页问题,每一页的参数是什么? [ 求助交流 ]
RT:我在接口中使用了ActiveDataProvider分页,我只能查看返回的第一页内容,如何查看后面的几页?关键字是什么? public function actionIndex(){
$model = Address::find();
$provider = new ActiveDataProvider([
'query' => $model,
'pagination' => [
'pageSize' => 10,
],
'sort' => [
'attributes' => ['id', 'contact'],
],
]);
$this->result['info'] = $provider->getModels();
return $this->mesgFormat($this->result['info'], $this->result['message'], $this->result['isError']);
}
共 0 条回复
没有找到数据。
Henry- 上海
注册时间:2016-03-15
最后登录:2023-04-04
在线时长:38小时39分
最后登录:2023-04-04
在线时长:38小时39分
- 粉丝5
- 金钱5545
- 威望0
- 积分5925