inboxlookup_screen 1.2.4 → 1.2.5
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
|
@@ -580,7 +580,14 @@ const OrdersMasterDetail = ({ dataSource, keyExpr, token, BaseUrl, ProjectId, Fl
|
|
|
580
580
|
|
|
581
581
|
|
|
582
582
|
</DataGrid>
|
|
583
|
-
<div
|
|
583
|
+
<div
|
|
584
|
+
style={{
|
|
585
|
+
display: "flex",
|
|
586
|
+
justifyContent: "flex-end",
|
|
587
|
+
marginTop: "10px",
|
|
588
|
+
fontWeight: "bold"
|
|
589
|
+
}}
|
|
590
|
+
>
|
|
584
591
|
Total Rows: {totalCount}
|
|
585
592
|
</div>
|
|
586
593
|
{/* </div> */}
|