diff --git a/6.x/crud-columns.md b/6.x/crud-columns.md index 44b875fb..9cb261fb 100644 --- a/6.x/crud-columns.md +++ b/6.x/crud-columns.md @@ -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. ], ```