sonata admin datagrid(包含过滤器和寻呼机的列表视图)用于链接实体的连接查询?

What I want is to create a Datagrid in sonata admin without it being a real CRUD. My data is a joined query of different entities, on top of which I need to modify the result to show it in a table. What I would love is to be able to use all the functionality for the pager and the filters without the "edit" capabilities and with a custom "array of arrays". I have not found how to solve this with the normal sonata docs, if this has to happen outside of sonata how do I embed it in sonata. It just seems so wrong to use a different bundle and then just map the css to look the same. Surely someone has needed this before.