Peter Muusers-Meeuwsen

Results 4 comments of Peter Muusers-Meeuwsen

Sorry if I wasn't clear enough. I understand that the columns are not directly related to mass actions, but performing a mass action can change the values that are presented...

To further illustrate my issue, here is part of my controller: ` public function listEmployees(.....){ $grid = $this->createGrid(new ListEmployeesGrid()); $grid->setPermanentFilters(...); $grid->setDefaultOrder('fullName', 'asc'); $previewAction = new RowAction(....); $previewAction->setRouteParameters(['id']); $editAction = new...

I'm using it without a response... In the add_mass_action.md description it says that a Callback or a closure will return to the grid display. If the Callback or the closure...

I found a call to `$this->prepare();` in Grid::processMassActions, after which the grid rows are filled with data. This is before the mass action is actually called, so the grid contains...