Skip to content

Commit 3de4514

Browse files
committed
update
1 parent f8b2353 commit 3de4514

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

www/content/docs/reference/infinite-table-props.page.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2219,6 +2219,8 @@ See docs at <PropLink name="columns.headerClassName" />.
22192219

22202220
> Controls the alignment of text in column cells and also the alignment of the column header. To only apply alignment to the column header, use <PropLink name="columns.headerAlign" />. For vertical alignment, see <PropLink name="columns.verticalAlign" />.
22212221

2222+
For css ellipsis, see <PropLink name="columns.cssEllipsis" />.
2223+
22222224
<Sandpack title="Column align example">
22232225

22242226
```tsx file="column-align-example.page.tsx"
@@ -2250,7 +2252,7 @@ See docs at <PropLink name="columns.headerClassName" />.
22502252

22512253
<Prop name="columns.headerAlign" type="'start' | 'center' | 'end'">
22522254

2253-
> Controls the alignment of the column header. See related <PropLink name="columns.align" />.
2255+
> Controls the alignment of the column header. See related <PropLink name="columns.align" /> and <PropLink name="columns.headerCssEllipsis" />.
22542256

22552257
<Sandpack title="Column header align example">
22562258

0 commit comments

Comments
 (0)