vuetify icon indicating copy to clipboard operation
vuetify copied to clipboard

[Feature Request] Pass <v-data-table> rowProps to <tr> inside expanded area too

Open simionato-mobisec opened this issue 8 months ago • 0 comments

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

inside the expanded area too, otherwise we have to manually add them.

Proposed solution

Pass the rowProps to the expanded rows too.

simionato-mobisec avatar Jun 28 '24 09:06 simionato-mobisec