$productsDataProvider = new \yii\data\ActiveDataProvider([
'query' => WaybillIncomingProducts::find()->where(['waybill_incoming_id' => $model->id]),
- 'pagination' => [
- 'pageSize' => 10,
- ],
+ 'pagination' => false,
]);
return $this->render('view', [
$productsDataProvider = new \yii\data\ActiveDataProvider([
'query' => WaybillWriteOffsProducts::find()->where(['waybill_write_offs_id' => $model->id]),
- 'pagination' => [
- 'pageSize' => 10,
- ],
+ 'pagination' => false,
]);
return $this->render('view', [