From 6f8680efa6fdb6b9e2419a1ceb2a82d641441c5c Mon Sep 17 00:00:00 2001 From: snipe Date: Wed, 1 Aug 2018 18:01:31 -0700 Subject: [PATCH] Added external link formatter to BS tables --- resources/views/partials/bootstrap-table.blade.php | 6 ++++++ 1 file changed, 6 insertions(+) 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) {