Header and Details recursive tables
I have requirement to implement table structure like in picture (header table followed by details table). We have an employee class and his/her certification details are modeled by another class.
I have list of these 2 classes available to be iterated over. How do i implement desired table structure. Will it be one datatable within the other or UI repeat would help.