Added external link formatter to BS tables
This commit is contained in:
parent
3f394f42c7
commit
6f8680efa6
1 changed files with 6 additions and 0 deletions
|
@ -389,6 +389,12 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function externalLinkFormatter(value) {
|
||||||
|
if (value) {
|
||||||
|
return '<a href="' + value + '" target="_blank">' + value + '</a>';
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
function groupsFormatter(value) {
|
function groupsFormatter(value) {
|
||||||
|
|
||||||
if (value) {
|
if (value) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue