如何通过gridView方法POST进行排序?
return new CustomActiveDataProvider($this, [
'criteria' => $criteria,
'sort' => [
'defaultOrder' => 'cdate DESC'
],
'pagination' => $this->searchFrom || $this->searchTo || $this->district_key || $this->city_key ? false : ['pageSize' => 100]
]);
答案 0 :(得分:0)
我会在这里走出去,说这不可能!
我刚刚浏览了Official Yii API Documentation for the CSort class,所有参数引用均通过$_GET