kartik-v / yii2-dynagrid

Turbo charge the Yii 2 GridView with personalized columns, page size, and themes.
http://demos.krajee.com/dynagrid
Other
74 stars 66 forks source link

Search Modal in Dyna gridview #173

Closed JawadAlNaimat closed 7 years ago

JawadAlNaimat commented 7 years ago

Hi everyone, I have a problem when I have dynagrid with sorting functionality with array to search on it ("implement a search modal that return the value that I search on it") when add $searchModel2 = new activeSearch(); $searchModel = $searchModel2->search("somthing");

and return the value with the render

return $this->render('page', ['searchModel' => $searchModel]);

in the Dynagrid get "Undefined variable: searchModel" and the implementation in the Dyna is 'filterModel' => $searchModel,

JawadAlNaimat commented 7 years ago

sorry I figure what is the error