We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2d8865 commit 01ba1a6Copy full SHA for 01ba1a6
1 file changed
packages/@react-spectrum/s2/src/TableView.tsx
@@ -1913,7 +1913,12 @@ const rowTextColor = {
1913
1914
const row = style<
1915
RowRenderProps &
1916
- S2TableProps & {isInFooter?: boolean; isNextSelected?: boolean; isPrevSelected?: boolean}
+ S2TableProps & {
1917
+ isInFooter?: boolean;
1918
+ isNextSelected?: boolean;
1919
+ isPrevSelected?: boolean;
1920
+ isFirstItem?: boolean;
1921
+ }
1922
>({
1923
height: 'full',
1924
position: 'relative',
0 commit comments