inboxlookup_screen 1.2.1 → 1.2.2
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.
package/package.json
CHANGED
|
@@ -575,6 +575,10 @@ const OrdersMasterDetail = ({ dataSource, keyExpr, token, BaseUrl, ProjectId, Fl
|
|
|
575
575
|
<TotalItem column="sheetId" summaryType="count" displayFormat="Total: {0}" />
|
|
576
576
|
<GroupItem column="sheetId" summaryType="count" displayFormat="Count: {0}" />
|
|
577
577
|
</Summary>
|
|
578
|
+
<TotalItem
|
|
579
|
+
summaryType="count"
|
|
580
|
+
displayFormat="Total Rows: {0}"
|
|
581
|
+
/>
|
|
578
582
|
|
|
579
583
|
</DataGrid>
|
|
580
584
|
{/* </div> */}
|