docs: dix typo in table docs (#2319)

This commit is contained in:
Alexander Densley 2024-02-08 06:14:11 -07:00 committed by GitHub
parent decf11d270
commit 5c8f21a106
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -161,7 +161,7 @@ The key prop from the selected rows will be passed into the callback when the ro
<CodeDemo title="Controlled Selection" files={tableContent.controlledSelection} />
> **Note**: The `selectedKeys` property must be an `Set` object.
> **Note**: The `selectedKeys` property must be a `Set` object.
### Disabled Rows