This commit is contained in:
Henry Jordan
2021-10-06 20:36:58 +00:00
parent 0a2667bacf
commit f8b86e721d

View File

@@ -609,6 +609,9 @@ export default {
methods: { methods: {
/** /**
* Get custom headigns for dynamic lists * Get custom headigns for dynamic lists
* @param {String} column
* @param {Object} props
* @returns {*}
*/ */
getCustomHeading(column, props) { getCustomHeading(column, props) {
if (props["headings"] && props["headings"][column]) { if (props["headings"] && props["headings"][column]) {