Skip to content

Commit 450abd8

Browse files
authored
Merge pull request #925 from samuelvi/fix-var--add-actions-column-sample
added "$" for var: rowAction2 into add-actions-column sample
2 parents e992f89 + c62ed13 commit 450abd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/doc/grid_configuration/add_actions_column.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ $grid->addRowAction($rowAction1);
7070
// OR add a second row action directly to a new action column
7171
$rowAction2 = new RowAction('Edit', 'route_to_edit');
7272

73-
$actionsColumn2 = new ActionsColumn('info_column_2', 'Actions 3', array(rowAction2));
73+
$actionsColumn2 = new ActionsColumn('info_column_2', 'Actions 3', array($rowAction2));
7474
$grid->addColumn($actionsColumn2, 2);
7575
...
7676
```

0 commit comments

Comments
 (0)