sonata admin - How to achieve select tag in editable column, in list view, in SonataAdminBundle? -


how achieve drop down select tag illustrated below? enter image description here

protected function configurelistfields(listmapper $listmapper) {     $listmapper         ->add('foo',null, ['editable'=> true]) 


Comments

Popular posts from this blog

java - SSE Emitter : Manage timeouts and complete() -

jquery - uncaught exception: DataTables Editor - remote hosting of code not allowed -

java - How to resolve error - package com.squareup.okhttp3 doesn't exist? -