Skip to content

Commit

Permalink
update url column docs
Browse files Browse the repository at this point in the history
  • Loading branch information
pxpm committed Sep 19, 2024
1 parent 79d31f9 commit ad03ed5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions 6.x/crud-columns.md
Original file line number Diff line number Diff line change
Expand Up @@ -877,6 +877,8 @@ Show a link which opens in the new tab by default.
'type' => 'url',
'label' => 'URL',
//'target' => '_blank' // let's you change link target window.
//'element' => 'a' // let's you change the element of the link.
//'rel' => false OR 'rel' => 'noopener' // let's you disable or change the rel attribute of the link.
],
```

Expand Down

0 comments on commit ad03ed5

Please sign in to comment.