Mahesh S Warrier
Results
2
comments of
Mahesh S Warrier
> I would prefer some helper which will provide API similar to defining form fields: > > ``` > Grid::column('full_name')->asHtml()->label('Name')->value(function(Order $model) { > return Html::tag('span', $model->first_name . '' . $model->last_name);...
Agree. I'm ready to make a PR.