Skip to content

Commit

Permalink
docs: add note about LinkColumnType target option callback and its ar…
Browse files Browse the repository at this point in the history
…guments
  • Loading branch information
Kreyu committed Sep 6, 2024
1 parent 7f1791d commit c9a89ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/src/reference/types/column/link.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ $builder
- **type**: `string` or `callable`
- **default**: `'_self'`

Sets the value that will be used as a [target attribute](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#attr-target).
Sets the value that will be used as a [target attribute](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#attr-target).
Similar to [`href`](#href) option, you can pass a callable that receives three arguments.

## Inherited options

Expand Down

0 comments on commit c9a89ed

Please sign in to comment.