mirror of https://github.com/ElemeFE/element
Table: declare column length vars in store init (#9188)
* spread -> merge * Update table-store.jspull/9225/head
parent
fcbf7830b9
commit
e15c7e0d63
|
@ -90,6 +90,9 @@ const TableStore = function(table, initialState = {}) {
|
|||
leafColumns: [],
|
||||
fixedLeafColumns: [],
|
||||
rightFixedLeafColumns: [],
|
||||
leafColumnsLength: 0,
|
||||
fixedLeafColumnsLength: 0,
|
||||
rightFixedLeafColumnsLength: 0,
|
||||
isComplex: false,
|
||||
_data: null,
|
||||
filteredData: null,
|
||||
|
|
Loading…
Reference in New Issue