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

Sortable columns and ArrayDataProvider #31

Closed jonua closed 10 years ago

jonua commented 10 years ago

Hello, @kartik-v ! If i use ArrayDataProvider as dataProvider - ability to sort by columns is lost. If i change dataProvider on ActiveDataProvider - columns sorts is fine. crop_111426987_m4esu1o

kartik-v commented 10 years ago

You must explicitly set the sort configuration for ArrayDataProvider. Read about it in the yii2-docs.

jonua commented 10 years ago

m, yes.. thanks