summaryrefslogtreecommitdiff
path: root/src/components/Mixins/TableDataFormatter.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/Mixins/TableDataFormatter.js')
-rw-r--r--src/components/Mixins/TableDataFormatter.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/components/Mixins/TableDataFormatter.js b/src/components/Mixins/TableDataFormatter.js
index e811f90a..027db610 100644
--- a/src/components/Mixins/TableDataFormatter.js
+++ b/src/components/Mixins/TableDataFormatter.js
@@ -18,6 +18,9 @@ const TableDataFormatter = {
default:
return '';
}
+ },
+ tableFormatterArray(value) {
+ return value.join(', ');
}
}
};