Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
radubrehar committed Oct 17, 2024
1 parent f8b2353 commit 3de4514
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion www/content/docs/reference/infinite-table-props.page.md
Original file line number Diff line number Diff line change
Expand Up @@ -2219,6 +2219,8 @@ See docs at <PropLink name="columns.headerClassName" />.

> 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" />.

For css ellipsis, see <PropLink name="columns.cssEllipsis" />.

<Sandpack title="Column align example">

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

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

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

<Sandpack title="Column header align example">

Expand Down

0 comments on commit 3de4514

Please sign in to comment.