Closed philippfrenzel closed 9 years ago
latest dyngrid and yii2... migrated from a version like around 6 weeks ago!
Not clear with this query. What is the issue?
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
Thanks so much! +1+
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();