diff --git a/src/components/table/README.md b/src/components/table/README.md index 3e3a2d68151..389223eef19 100644 --- a/src/components/table/README.md +++ b/src/components/table/README.md @@ -639,7 +639,7 @@ values: `sm`, `md`, `lg`, or `xl`. Use the `sticky-header` prop to enable a vertically scrolling table with headers that remain fixed (sticky) as the table boxy scrolls. Setting the prop to `true` (or no explicit value) will generate a table that has a maximum height of `300px`. To specify a maximum height other than `300px`, set -the `sticky-header` prop to a valid CSS height (including units). +the `sticky-header` prop to a valid CSS height (including units), i.e. `sticky-header="200px"`. ```html