Aliases:
Display after Grid table:
This hook adds new blocks after Grid component table
Hook locations:
Hook type: display
Located in:
<?php
array(
'grid' = Grid $grid,
'controller' => (string) $controller
'legacy_controller' => (string) $legacyController
);
{{ renderhook('displayAdminGridTableAfter', {
'grid': grid,
'legacy_controller': app.request.attributes.get('_legacy_controller'),
'controller': app.request.attributes.get('_controller')
})
}}