I want to make a custom view an editable entity.
By default dashboards showing links to edit entities `(/links, where controller is CRUDController::listAction)
It is looks like:
But I need to show on main dashboard's page an enities's table like:
I have block to display on dashbord(service).
services:
sonata.block.service.date:
class: My\AuditBundle\Block\DateBlockService
arguments: ['sonata.block.service.date',@templating,@sonata.admin.pool,@service_container]
tags:
- { name: sonata.block }
How can I show table into block? Thanks.