fix ivu-table-fixed bug
This commit is contained in:
parent
8744e122ee
commit
95e1720ce3
4 changed files with 15 additions and 3 deletions
|
@ -314,7 +314,7 @@
|
|||
if (col.fixed && col.fixed === 'left') {
|
||||
left.push(col);
|
||||
} else {
|
||||
other.push(col);
|
||||
//other.push(col);
|
||||
}
|
||||
});
|
||||
return left.concat(other);
|
||||
|
@ -326,7 +326,7 @@
|
|||
if (col.fixed && col.fixed === 'right') {
|
||||
right.push(col);
|
||||
} else {
|
||||
other.push(col);
|
||||
//other.push(col);
|
||||
}
|
||||
});
|
||||
return right.concat(other);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue