pull/1643/head
mertsincan 2021-10-04 12:25:41 +03:00
parent c88265ecbe
commit dcf60ef1a3
1 changed files with 1 additions and 2 deletions

View File

@ -34,8 +34,7 @@ export default {
},
methods: {
columnProp(prop) {
let propName = ObjectUtils.camelToKebap(prop);
return this.column.props ? ((this.column.type.props[propName].type === Boolean && this.column.props[propName] === '') ? true : this.column.props[propName]) : null;
return ObjectUtils.getVNodeProp(this.column, prop);
},
updateStickyPosition() {
if (this.columnProp('frozen')) {