2amigos / yii2-grid-view-library

Highly enhanced GridView widget and grid components for Yii2
https://2amigos.us
Other
57 stars 16 forks source link

hello, i want do use this widget, how to put editable select in gridview? #11

Closed stepan-chircioglo closed 10 years ago

stepan-chircioglo commented 10 years ago

I tried [ 'class' => \dosamigos\grid\EditableColumn::className(), 'attribute' => 'struct', 'url' => ['editable'], 'type' => 'select', 'editableOptions' => [ //'mode' => 'inline', ], 'source' => [ ['id' => '0', 'text' => 'text1'], ['id' => '1', 'text' => 'text2'], ], ],

but receive error - Setting unknown property: dosamigos\grid\EditableColumn::source

what am I doing wrong?

tonydspaniard commented 10 years ago

@stepan-chircioglo The source should be part of editableOptions not part of the EditableColumn properties.