Can we display detail records for a master record as column of type "Table" inside a table in VBCS?
Summary:
Trying to display a table having BOM Components, which in return have RFD detail records. Need to show the RFD detail records in a tabular format inside the already displayed BOM Components
Content (required):
<div class="oj-flex">
<oj-table scroll-policy="loadMoreOnScroll" data="[[ $variables.bomChgCompRfds ]]"
columns='[{"headerText":"action_type","field":"action_type"},{"headerText":"component","field":"component"},{"headerText":"item_sequence","field":"item_sequence"},{"headerText":"old_quantity","field":"old_quantity"},{"headerText":"new_quantity","field":"new_quantity"},{"headerText":"customTemplate","template":"customTemplate"},{"headerText":"item_status","field":"item_status"},{"headerText":"legacy_item","field":"legacy_item"},{"headerText":"short_desc","field":"short_desc"}]'
class="oj-flex-item oj-sm-flex-initial">