diff --git a/resources/views/partials/bootstrap-table.blade.php b/resources/views/partials/bootstrap-table.blade.php index 291ebc5311..fc7dc28c4d 100644 --- a/resources/views/partials/bootstrap-table.blade.php +++ b/resources/views/partials/bootstrap-table.blade.php @@ -389,6 +389,12 @@ } } + function externalLinkFormatter(value) { + if (value) { + return '' + value + ''; + } + } + function groupsFormatter(value) { if (value) {