Skip to content

Commit b1ccca2

Browse files
Update packages/react-table/src/components/Table/Table.tsx
Co-authored-by: Eric Olkowski <70952936+thatblindgeye@users.noreply.github.com>
1 parent 4c6e252 commit b1ccca2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/react-table/src/components/Table

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export interface TableProps extends React.HTMLProps<HTMLTableElement>, OUIAProps
4848
gridBreakPoint?: '' | 'grid' | 'grid-md' | 'grid-lg' | 'grid-xl' | 'grid-2xl';
4949
/** A valid WAI-ARIA role to be applied to the table element */
5050
role?: string;
51-
/** Flag indicating if the table should have plain styling */
51+
/** @beta Flag indicating if the table should have plain styling with a transparent background */
5252
isPlain?: boolean;
5353
/** If set to true, the table header sticks to the top of its container */
5454
isStickyHeader?: boolean;

0 commit comments

Comments
 (0)