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

Only Sort instance, configuration array or false is allowed. #64

Closed philippfrenzel closed 9 years ago

philippfrenzel commented 9 years ago

368369370371372373374375376377378379380 'id' => $this->options['id'], 'storage' => $this->storage, 'userSpecific' => $this->userSpecific ]); $this->prepareColumns(); $this->configureColumns(); $this->applyGridConfig(); $this->_isPjax = ArrayHelper::getValue($this->gridOptions, 'pjax', false); if ($this->_isPjax) { $this->gridOptions['pjaxSettings']['options']['id'] = $this->_pjaxId; } $this->initGrid();

philippfrenzel commented 9 years ago

latest dyngrid and yii2... migrated from a version like around 6 weeks ago!

kartik-v commented 9 years ago

Not clear with this query. What is the issue?

philippfrenzel commented 9 years ago

since the latest update, the storage::db -> is returning an error! Which means a sort which is stored will not be loaded correrctly and applied to the grid

philippfrenzel commented 9 years ago

Thanks so much! +1+