vuetify
vuetify copied to clipboard
[Feature Request] Pass <v-data-table> rowProps to <tr> inside expanded area too
Problem to solve
If we add to a data table the following rowProps:
const rowProps = {
class: ['foo', 'bar', 'baz']
}
The rowProps should be passed to the
Proposed solution
Pass the rowProps to the expanded rows too.