force-app/main/default/lwc/lexCustomLightningDatatable/customMyDrCheckBox.html
New file @@ -0,0 +1,10 @@ <!-- sldsValidatorIgnore --> <!-- sldsValidatorIgnore --> <template> <c-custom-mydr-comp record-id={typeAttributes.recordId} is-checked-my-dr={typeAttributes.isCheckedMyDr} onunitchange={handleDataChange} > </c-custom-mydr-comp> </template>