vuetify
vuetify copied to clipboard
[Feature Request] Let v-data-table hover prop accept strings too
Problem to solve
Hover styling is always a light grey. It would be cool to have a prop to easily change the color without using CSS.
Proposed solution
Hover prop could accept strings too (like "primary", "info", "#FF00FF") and the table could calculate the proper transparency before styling the row.