UNPKG

vue-tables-2

Version:
7 lines (6 loc) 183 B
"use strict"; module.exports = function (value, column) { var list = this.listColumnsObject[column]; if (typeof list[value] == 'undefined') return value; return list[value]; };