Cosmetics

pull/310/head
cagataycivici 2020-04-18 19:04:05 +03:00
parent 4d89b18706
commit 8eb7a75981
1 changed files with 2 additions and 2 deletions

View File

@ -365,8 +365,8 @@ export default {
if (column.sortable) {
return this.sortMode === 'single' ? (this.d_sortField === (column.field || column.sortField)) : this.getMultiSortMetaIndex(column) > -1;
}
return false;
return false;
},
getColumnHeaderClass(column) {
return [column.headerClass,