@cubejs-client/react 0.34.9 → 0.34.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -12407,6 +12407,11 @@
|
|
|
12407
12407
|
value: function pivotQuery() {
|
|
12408
12408
|
return this.loadResponse.pivotQuery || null;
|
|
12409
12409
|
}
|
|
12410
|
+
}, {
|
|
12411
|
+
key: "totalRows",
|
|
12412
|
+
value: function totalRows() {
|
|
12413
|
+
return this.loadResponses[0].total;
|
|
12414
|
+
}
|
|
12410
12415
|
}, {
|
|
12411
12416
|
key: "rawData",
|
|
12412
12417
|
value: function rawData() {
|