Commit e15c7e0d authored by Anatoly Kolesov's avatar Anatoly Kolesov Committed by 杨奕

Table: declare column length vars in store init (#9188)

* spread -> merge

* Update table-store.js
parent fcbf7830
......@@ -90,6 +90,9 @@ const TableStore = function(table, initialState = {}) {
leafColumns: [],
fixedLeafColumns: [],
rightFixedLeafColumns: [],
leafColumnsLength: 0,
fixedLeafColumnsLength: 0,
rightFixedLeafColumnsLength: 0,
isComplex: false,
_data: null,
filteredData: null,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment