EasyAdminBundle
EasyAdminBundle copied to clipboard
[FEATURE] Possibility to add pagination on ChoiceField / AssociationField
Give the option to add pagination I would like to know if it is possible to set up pagination in associationField and choiceField
This feature would aim to significantly reduce a query on a large number of items (test on 10k+ fields and it's very long)
There is the autocomplete() functionality but this functionality we do not see the default items contrary to a pagination
how to use this feature
Something simple that allows to add pagination something like this :
yield AssociationField::new('company')
->addPagination();
@javiereguiluz I can work on it if you are interested of this feature
Anyone have any ideas about it ? I'm trying to create it but no idea how to do that