Closed dima-gr closed 3 years ago
Try this way
->add('contacts', Collection::class, [
'by_reference' => false,
'label' => false
], [
'edit' => 'inline'
'inline' => 'table'
])
Does it work ?
But there is still something wrong IMHO. If you not provide an edit
, it should used one by default and have a proper display.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
symfony:
php version:
PHP 7.2.31 (cli) (built: Jun 9 2020 15:23:26) ( NTS ) Copyright (c) 1997-2018 The PHP Group Zend Engine v3.2.0, Copyright (c) 1998-2018 Zend Technologies with Zend OPcache v7.2.31, Copyright (c) 1999-2018, by Zend Technologies with Xdebug v2.9.6, Copyright (c) 2002-2020, by Derick Rethans
Contacts are saved, but the list of saved contacts not displayed