какие еще нужно работы провести?
....
[
'attribute'=>'authorsBooks',
'value'=>function($model){
return implode(',',ArrayMap::getColumn($model->authorsBooks,'name'));
}
]
...
public function getAutorsString(){
return implode(',',ArrayMap::getColumn($this->authorsBooks,'name'));
}
....
[
'attribute'=>'authorsBooks',
'value'=>'autorsString'
]
...