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 04ed15c commit 08f98beCopy full SHA for 08f98be
app/code/Magento/Ui/view/base/web/js/grid/data-storage.js
@@ -187,7 +187,7 @@ define([
187
result;
188
189
if (request.showTotalRecords === undefined) {
190
- request.showTotalRecords = 0;
+ request.showTotalRecords = true;
191
}
192
193
result = {
@@ -220,7 +220,7 @@ define([
220
221
222
if (data.showTotalRecords === undefined) {
223
- data.showTotalRecords = 0;
+ data.showTotalRecords = true;
224
225
226
this._requests.push({
0 commit comments