This commit is contained in:
梁灏 2017-07-20 09:59:44 +08:00
parent 7c41ecb3d6
commit 835b37ff9f
2 changed files with 21 additions and 16 deletions

View file

@ -660,6 +660,10 @@
column._isFiltered = true;
}
if ('sortType' in column) {
column._sortType = column.sortType;
}
if (column.fixed && column.fixed === 'left') {
left.push(column);
} else if (column.fixed && column.fixed === 'right') {