Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Kreyu committed Feb 9, 2025
1 parent e15c85e commit 25aacb2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/src/reference/types/action/options/action.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,9 @@ $builder

> [!TIP] Wondering how does the icon gets rendered?
> Name of the icon depends on the icon set you are using in the application,
> and which icon theme is configured for the data table. See the [icon themes documentation section](./../../../docs/features/theming.md#icon-themes) for more information.
> and which icon theme is configured for the data table. See the [icon themes documentation section](./../../../../docs/features/theming.md#icon-themes) for more information.
When action is a [row action](../../../docs/components/actions.md), you can provide a callable
When action is a [row action](./../../../../docs/components/actions.md), you can provide a callable
that will receive the row data as an argument and should return a string:

```php
Expand Down Expand Up @@ -129,7 +129,7 @@ $builder
;
```

When action is a [row action](../../../docs/components/actions.md), you can provide a callable
When action is a [row action](../../../../docs/components/actions.md), you can provide a callable
that will receive the row data as an argument and should return a string:

```php
Expand Down

0 comments on commit 25aacb2

Please sign in to comment.