update
This commit is contained in:
@@ -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]) {
|
||||||
|
|||||||
Reference in New Issue
Block a user