create-position-column
Instructions
- Add
PositionColumnas the second column (after BulkActionColumn) in the Grid Definition. - Configure the position update route:
->setOption('update_method', 'POST')->setOption('update_route', 'admin_{domain}s_update_position'). - Create the
admin_{domain}s_update_positionPOST route in the routing YAML (seecreate-admin-routingskill). - In the controller, handle the AJAX position update: receive
positions[]array, dispatch `UpdatePositi
[Description truncada. Veja o README completo no GitHub.]