This commit is contained in:
Henry Jordan
2021-10-06 20:32:05 +00:00
parent eb4bb5a6a9
commit 0a2667bacf
3 changed files with 4 additions and 16 deletions

View File

@@ -607,6 +607,9 @@ export default {
updated() {},
beforeCreate() {},
methods: {
/**
* Get custom headigns for dynamic lists
*/
getCustomHeading(column, props) {
if (props["headings"] && props["headings"][column]) {
return props["headings"][column];