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 7633c21 commit 0548f22Copy full SHA for 0548f22
app/code/Magento/Ui/view/base/web/js/dynamic-rows/dynamic-rows.js
@@ -153,7 +153,7 @@ define([
153
dnd: '${ $.dndConfig.name }'
154
},
155
pages: 1,
156
- pageSize: 5,
+ pageSize: 20,
157
relatedData: [],
158
currentPage: 1,
159
recordDataCache: [],
@@ -659,8 +659,6 @@ define([
659
* @param {Number|String} prop - additional property to element
660
*/
661
processingAddChild: function (ctx, index, prop) {
662
- console.log('3', this.name);
663
-
664
this.bubble('addChild', false);
665
666
if (this.relatedData.length && this.relatedData.length % this.pageSize === 0) {
0 commit comments