buli
2023-05-04 d4a4ce824f3b2f3a335a3ad8e8c9efb3b37d630f
force-app/main/default/lwc/lexCustomLightningDatatable/customShipmentNumber.html
@@ -1,8 +1,8 @@
<template>
    <c-custom-shipment-number-comp
    record-id={typeAttributes.recordId}
    shipment-number={typeAttributes.shipmentNumber}
        style="border-color: red"
        record-id={typeAttributes.recordId}
        shipment-number={typeAttributes.shipmentNumber}
    >
    </c-custom-shipment-number-comp>
</template>
</template>