public function configureCrud(Crud $crud): Crud | public function configureCrud(Crud $crud): Crud | ||||
{ | { | ||||
$crud = parent::configureCrud($crud); | $crud = parent::configureCrud($crud); | ||||
$crud->setPaginatorPageSize(100); | |||||
if ($this->getRequestCrudAction() === ActionDefinition::SORT) { | if ($this->getRequestCrudAction() === ActionDefinition::SORT) { | ||||
$crud->setDefaultSort(['position' => 'ASC']); | $crud->setDefaultSort(['position' => 'ASC']); | ||||
} else { | } else { |