Hi, I would like report UX issue of table with collapsed data feature.
Right now in vuesax if we want to open collpased data then I have to click on arrow on right but UX wise that collapsed data should open if I click anywhere in that table row.
https://lusaxweb.github.io/vuesax/components/table.html#expandable-data
The functionality was added in the latest version
it should be possible to choose, because when you want to use inside vs-td custom component to edit inline, there is a confllict with expandable slot
TypeError: Cannot read property 'classList' of null
at VueComponent.clicktd (vuesax.common.js?fb9a:10384)
I can no more combine checkbox (multiple select) and expanded table now. On click on the row, expanded table does not appear, instead the checkbox is checked. Please provide a fix to permit both to be used at the same time.
En el ejemplo al hacer click, el area expandible no muestra nada
Most helpful comment
it should be possible to choose, because when you want to use inside vs-td custom component to edit inline, there is a confllict with expandable slot
TypeError: Cannot read property 'classList' of null
at VueComponent.clicktd (vuesax.common.js?fb9a:10384)