From af9310953407f300be033a06bc9b8c4bbcf4124f Mon Sep 17 00:00:00 2001 From: Troy Morehouse Date: Thu, 8 Aug 2019 14:02:53 -0300 Subject: [PATCH 1/2] chore(docs): minor updates to table docs --- src/components/table/README.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/components/table/README.md b/src/components/table/README.md index 3e3a2d68151..eb58721dd6e 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