Skip to content

Commit

Permalink
Update rows.md
Browse files Browse the repository at this point in the history
fixing links for buttons.
  • Loading branch information
mohamedansari1 authored Jun 24, 2024
1 parent 3068232 commit c2f54f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/table-features/rows.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Buttons are registered inside the method [`actions()`](/table-component/componen

Inside this method, you have access to the (`Model`|`array`) `$row` variable containing the rendered row's data.

To add buttons to each row, you must add a call to [Buttons::class](/table-features/buttons.html), and proceed chaining as many [Button methods](/table-features/buttons.html#button-methods) as you need.
To add buttons to each row, you must add a call to [Buttons::class](/table-features/button-class.html), and proceed chaining as many [Button methods](/table-features/button-class.html#button-methods) as you need.

In addition, make sure you have added an [Action Column](/table-features/columns.html#action-column) to your Component.

Expand Down

0 comments on commit c2f54f8

Please sign in to comment.