xaksis / vue-good-table

An easy to use powerful data table for vuejs with advanced customizations including sorting, column filtering, pagination, grouping etc
https://xaksis.github.io/vue-good-table/
MIT License
2.16k stars 405 forks source link

Expanding rows #425

Open bogatyrjov1 opened 6 years ago

bogatyrjov1 commented 6 years ago

Issue Type (delete the irrelevant ones)

Specs

What version are you using? 2.13.3

Enhancement request

I am implementing a table in which every row could be expanded with another vue-good-table instance. While I didn't find this to be in the standard functionality, some other solutions are offering this out of the box. The problem is to create an expanding area below a given row also referred to as 'child row' or 'detail row'. Some examples of what is meant: https://www.npmjs.com/package/vue-tables-2#child-rows , https://ratiw.github.io/vuetable-2/#/Detail-Row