Skip to content

Commit d7511d7

Browse files
authored
fix: Add Table Cell id prop back into the Cell types (#7983)
1 parent ae2b099 commit d7511d7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/react-aria-components/src/Table.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1189,6 +1189,8 @@ export interface CellRenderProps {
11891189
}
11901190

11911191
export interface CellProps extends RenderProps<CellRenderProps> {
1192+
/** The unique id of the cell. */
1193+
id?: Key,
11921194
/** A string representation of the cell's contents, used for features like typeahead. */
11931195
textValue?: string,
11941196
/** Indicates how many columns the data cell spans. */

0 commit comments

Comments
 (0)