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

Use dynagrid with model without database #190

Closed Elise194 closed 6 years ago

Elise194 commented 6 years ago

Hi!

I create search class that extends yii\base\Model, and I`m trying to put it on DynaGrid, but I have an error "Argument 1 passed to yii\base\View::{closure}() must be an instance of backend\models\OrderSearch, array given".

Is it possible to fix it?