We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77360b8 commit 2cfdf1eCopy full SHA for 2cfdf1e
packages/orbit-components/src/Table/index.tsx
@@ -64,6 +64,8 @@ const Table = ({
64
className={cx("w-full", shadows && "overflow-x-auto")}
65
onScroll={handleScroll}
66
ref={inner}
67
+ // eslint-disable-next-line jsx-a11y/no-noninteractive-tabindex
68
+ tabIndex={shadows ? 0 : undefined}
69
>
70
<table
71
className={cx(
0 commit comments