Skip to content

Commit 7d8e32e

Browse files
committed
Fix
1 parent 01e4717 commit 7d8e32e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Views/Column.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,7 @@ public function formatted($row, $column = null)
281281

282282
if ($this->linkCallback) {
283283
$url = call_user_func($this->linkCallback, $value, $column, $row);
284+
284285
if ($url) {
285286
$linkTarget = $this->linkTarget ? "target='$this->linkTarget'" : '';
286287
$value = new HtmlString("<a href='$url' $linkTarget>$value</a>");

0 commit comments

Comments
 (0)