From c2f54f8cc695b0d7d12300d937460d49f998f011 Mon Sep 17 00:00:00 2001 From: mohamedansari1 <75547941+mohamedansari1@users.noreply.github.com> Date: Mon, 24 Jun 2024 08:29:07 +0300 Subject: [PATCH] Update rows.md fixing links for buttons. --- docs/table-features/rows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/table-features/rows.md b/docs/table-features/rows.md index 055db6a..9e5a384 100644 --- a/docs/table-features/rows.md +++ b/docs/table-features/rows.md @@ -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.