inboxlookup_screen 1.2.2 → 1.2.3

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "inboxlookup_screen",
3
- "version": "1.2.2",
3
+ "version": "1.2.3",
4
4
  "description": "A React component using DevExtreme",
5
5
  "main": "dist/index.js",
6
6
  "homepage": "./",
@@ -572,13 +572,12 @@ const OrdersMasterDetail = ({ dataSource, keyExpr, token, BaseUrl, ProjectId, Fl
572
572
 
573
573
  <Scrolling mode="virtual" useNative={false} />
574
574
  <Summary>
575
- <TotalItem column="sheetId" summaryType="count" displayFormat="Total: {0}" />
576
- <GroupItem column="sheetId" summaryType="count" displayFormat="Count: {0}" />
575
+ <TotalItem
576
+ summaryType="count"
577
+ displayFormat="Total Rows: {0}"
578
+ />
577
579
  </Summary>
578
- <TotalItem
579
- summaryType="count"
580
- displayFormat="Total Rows: {0}"
581
- />
580
+
582
581
 
583
582
  </DataGrid>
584
583
  {/* </div> */}