在yii网格视图上的分页

时间:2016-04-26 13:07:27

标签: yii

我有一个“booster.widgets.TbActiveForm”,点击“搜索”按钮(连同表格值),正在填充“booster.widgets.TbGridView”。最初网格可以使用值。但是点击在分页链接上没有数据显示网格上的下一页详细信息。

我找不到合适的解决方案。非常感谢!

提前致谢!

这是我的控制器 -

public function actiongetChartData($service_id, 
           $event_time_from = null, 
           $event_time_to = null, 
               $mode = null)
{ 
     Yii::app()->getComponent('booster');
     $model = new ApiSiriStatistics('search'); 
     $model->unsetAttributes(); 
     if (isset($_GET['ApiSiriStatistics'])) $model->attributes = $_GET['ApiSiriStatistics']; 
     $this->renderPartial('populategridchart', $populategridchart_arr, false, true); 
}

0 个答案:

没有答案