buli
2023-04-25 5ae6900f38713063c21c8985aafc8abbe8a77256
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>