buli
2023-04-21 43fdbff49764d55c7b3a19a1d6e7d8aeb62072ef
force-app/main/default/lwc/lexCustomLightningDatatable/customShipmentNumber.html
@@ -1,6 +1,8 @@
<template>
    <c-custom-shipment-number-comp
    record-id={typeAttributes.recordId}>
    record-id={typeAttributes.recordId}
    shipment-number={typeAttributes.shipmentNumber}
    >
    </c-custom-shipment-number-comp>
</template>