diff --git a/packages/react-aria-components/src/Table.tsx b/packages/react-aria-components/src/Table.tsx index 08438c9e18b..c614adbdf65 100644 --- a/packages/react-aria-components/src/Table.tsx +++ b/packages/react-aria-components/src/Table.tsx @@ -1189,6 +1189,8 @@ export interface CellRenderProps { } export interface CellProps extends RenderProps { + /** The unique id of the cell. */ + id?: Key, /** A string representation of the cell's contents, used for features like typeahead. */ textValue?: string, /** Indicates how many columns the data cell spans. */