We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 450abd8 + 537cf49 commit 2f4e029Copy full SHA for 2f4e029
Resources/doc/grid_configuration/add_actions_column.md
@@ -25,7 +25,7 @@ $grid->addRowAction($rowAction1);
25
// OR add a second row action directly to a new action column
26
$rowAction2 = new RowAction('Edit', 'route_to_edit');
27
28
-$actionsColumn2 = new ActionsColumn($column, $title, array(rowAction2), $separator);
+$actionsColumn2 = new ActionsColumn($column, $title, array($rowAction2), $separator);
29
$grid->addColumn($actionsColumn2, $position2);
30
...
31
```
0 commit comments