How to design a parent child relation using vuetify table?

I have to do a crud example for my parent table(this part is ok),i have used vuetify datatable,but for each parent element i should display all childs ,then should do the all operations like create,update,delete for all the childs.As my idea is to add a btn in action columns which will redirect me to another page with all the childs displayed . Is there any other suggestions to help how to design it? Thank u , Nelidaenter image description here