Skip to content

Commit ebd5ffa

Browse files
author
shleewhite
committed
fix: clarify wording
1 parent ebe3e1d commit ebd5ffa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/docs/components/table/advanced-table/partials/code/component-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ The Advanced Table component itself is where most of the options will be applied
9595
<C.Property @name="maxHeight" @type="string">
9696
Sets the maximum height of the Advanced Table. If the `@maxHeight` is set, there will automatically be a sticky header. To turn off the sticky header and still have a max height, set `@hasStickyHeader` to false.
9797
</C.Property>
98-
<C.Property @name="hasStickyHeader" @type="boolean" @default="false">
99-
Determines if the Advanced Table has a sticky header. If set to `true`, must be used with the `@maxHeight` argument.
98+
<C.Property @name="hasStickyHeader" @type="boolean">
99+
Determines if the Advanced Table has a sticky header. If set to `true`, must be used with the `@maxHeight` argument. If `@maxHeight` is set and `@hasStickyHeader` is `false`, there will not be a sticky header.
100100
</C.Property>
101101
<C.Property @name="hasStickyFirstColumn" @type="boolean" @default="false">
102102
Determines if the Advanced Table has a sticky first column.

0 commit comments

Comments
 (0)