sonata admin - How to achieve select tag in editable column, in list view, in SonataAdminBundle? -
how achieve drop down select tag illustrated below?
protected function configurelistfields(listmapper $listmapper) { $listmapper ->add('foo',null, ['editable'=> true])
Comments
Post a Comment