We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42029c4 commit b115bdeCopy full SHA for b115bde
src/table/Container.mjs
@@ -311,8 +311,7 @@ class Container extends BaseContainer {
311
};
312
313
if (value instanceof Store) {
314
- value.on(listeners);
315
- value.getCount() > 0 && me.onStoreLoad(value.items)
+ value.on(listeners)
316
} else {
317
value = ClassSystemUtil.beforeSetInstance(value, Store, {
318
listeners
@@ -473,7 +472,7 @@ class Container extends BaseContainer {
473
472
* @param {Object[]} data
474
* @protected
475
*/
476
- onStoreLoad(data) {
+ onStoreLoad(data) {console.log(data);
477
let me = this;
478
479
if (me.rendered) {
0 commit comments