HC200ok / vue3-easy-data-table

A customizable and easy-to-use data table component made with Vue.js 3.x
MIT License
536 stars 105 forks source link

Expand, expand all, expanded by default #294

Open nicoagp opened 1 year ago

nicoagp commented 1 year ago

Hi,

1) Is it any way to expand/collapse all rows by default programatically ? 2) or, is it any way to achieve the below:

Example of a single data table row 1--------------------------------------------------1 1 Row | data | data | data | data | data | data | data | 1 1 description takes space of the the whole row line 1 1--------------------------------------------------1

thank you!

dawiddoj commented 1 year ago

Hi! I'm curious if you have found a way to open or close rows programmatically? I'm struggling with the similar issue now. Thank you!