Skip to content

Commit

Permalink
fix(VDataTableColumn): columns are not keyboard-accessible fixes vuet…
Browse files Browse the repository at this point in the history
  • Loading branch information
ankush.arora authored and ankusharoraa committed Jan 30, 2025
1 parent e85225d commit 7e18c0a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ export const VDataTableColumn = defineFunctionalComponent({
const Tag = props.tag ?? 'td'
return (
<Tag
tabindex="0"
class={[
'v-data-table__td',
{
Expand Down

0 comments on commit 7e18c0a

Please sign in to comment.