We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3bfd43 commit 0ffdb0cCopy full SHA for 0ffdb0c
1 file changed
packages/react-table/src/components/Table/Table.tsx
@@ -59,7 +59,7 @@ export interface TableProps extends React.HTMLProps<HTMLTableElement>, OUIAProps
59
isStriped?: boolean;
60
/** Flag indicating this table contains expandable rows. */
61
isExpandable?: boolean;
62
- /** Flag indicating whether expandable rows within the table has animations. Expandable rows cannot be dynamically rendered. This prop
+ /** Flag indicating whether expandable rows within the table have animations. Expandable rows cannot be dynamically rendered. This prop
63
* will be removed in the next breaking change, with the default behavior becoming animations always being enabled.
64
*/
65
hasAnimations?: boolean;
0 commit comments