FUYU
2023-12-13 4488f711dbc01a8db6753907cae2ef4021dede68
force-app/main/default/lwc/lexCustomLightningDatatable/customShippingUnitPrice.html
@@ -1,6 +1,8 @@
<template>
    <c-custom-shipping-unit-price-comp
    record-id={typeAttributes.recordId}>
    record-id={typeAttributes.recordId}
    shipping-unit-price={typeAttributes.shippingUnitPrice}
    >
    </c-custom-shipping-unit-price-comp>
</template>