fixed #1403
This commit is contained in:
parent
7c41ecb3d6
commit
835b37ff9f
2 changed files with 21 additions and 16 deletions
|
@ -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') {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue