We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd09e25 commit f1d07b4Copy full SHA for f1d07b4
development/components/grid/columns-reference/action.md
@@ -27,7 +27,7 @@ $actionColumn = new ActionColumn('actions');
27
$actionColumn->setName('Actions');
28
$actionColumn->setOptions([
29
'actions' => [
30
- ->add((new LinkRowAction('delete'))
+ ((new LinkRowAction('delete'))
31
->setIcon('delete')
32
->setOptions([
33
'route' => 'admin_custom_route',
0 commit comments