Clistview Sort

Hello, need help on keep the results.

no more search parameters after sorting .

Any idea?


$this->widget('zii.widgets.CListView', array(

        'dataProvider'=>$model->isearch(),

        'itemView'=>'_view',

    'id'=>'casas',

    'sortableAttributes'=>array('cod_casa','tipo','pessoas','destino'),

    

));

dummy question?

seems to be GET instead of POST.

what do you mean ‘no more search parameters after sorting’ ?

what exactly you want to achieve?

Also I think to set

‘enableSorting’=>‘true’,