Headers
The headers API provides methods for accessing and managing table header groups and header cells. These properties are available on the table instance and provide access to header-related functionality.
| Prop | Type |
|---|---|
If pinning, returns headers for all columns that are not pinned, including
parent headers. | () => Header< |
If pinning, returns the footer groups for columns that are not pinned. | () => HeaderGroup<TData>[] |
If pinning, returns the header groups for columns that are not pinned. | () => HeaderGroup<TData>[] |
If pinning, returns headers for all columns that are not pinned, (not including
parent headers). | () => Header< |
Returns headers for all columns in the table, including parent headers. | () => Header< |
Returns the footer groups for the table. | () => HeaderGroup<TData>[] |
Returns all header groups for the table. | () => HeaderGroup<TData>[] |
Returns headers for all leaf columns in the table, (not including parent
headers). | () => Header< |
If pinning, returns headers for all left pinned columns in the table, including
parent headers. | () => Header< |
If pinning, returns the footer groups for the left pinned columns. | () => HeaderGroup<TData>[] |
If pinning, returns the header groups for the left pinned columns. | () => HeaderGroup<TData>[] |
If pinning, returns headers for all left pinned leaf columns in the table, (not
including parent headers). | () => Header< |
If pinning, returns headers for all right pinned columns in the table,
including parent headers. | () => Header< |
If pinning, returns the footer groups for the right pinned columns. | () => HeaderGroup<TData>[] |
If pinning, returns the header groups for the right pinned columns. | () => HeaderGroup<TData>[] |
If pinning, returns headers for all right pinned leaf columns in the table,
(not including parent headers). | () => Header< |
Type
() => Header<
TData,
unknown,
ColumnMeta
>[]
Description
If pinning, returns headers for all columns that are not pinned, including
parent headers.
Type
() => HeaderGroup<TData>[]
Description
If pinning, returns the footer groups for columns that are not pinned.
Type
() => HeaderGroup<TData>[]
Description
If pinning, returns the header groups for columns that are not pinned.
Type
() => Header<
TData,
unknown,
ColumnMeta
>[]
Description
If pinning, returns headers for all columns that are not pinned, (not including
parent headers).
Type
() => Header<
TData,
unknown,
ColumnMeta
>[]
Description
Returns headers for all columns in the table, including parent headers.
Type
() => HeaderGroup<TData>[]
Description
Returns the footer groups for the table.
Type
() => HeaderGroup<TData>[]
Description
Returns all header groups for the table.
Type
() => Header<
TData,
unknown,
ColumnMeta
>[]
Description
Returns headers for all leaf columns in the table, (not including parent
headers).
Type
() => Header<
TData,
unknown,
ColumnMeta
>[]
Description
If pinning, returns headers for all left pinned columns in the table, including
parent headers.
Type
() => HeaderGroup<TData>[]
Description
If pinning, returns the footer groups for the left pinned columns.
Type
() => HeaderGroup<TData>[]
Description
If pinning, returns the header groups for the left pinned columns.
Type
() => Header<
TData,
unknown,
ColumnMeta
>[]
Description
If pinning, returns headers for all left pinned leaf columns in the table, (not
including parent headers).
Type
() => Header<
TData,
unknown,
ColumnMeta
>[]
Description
If pinning, returns headers for all right pinned columns in the table,
including parent headers.
Type
() => HeaderGroup<TData>[]
Description
If pinning, returns the footer groups for the right pinned columns.
Type
() => HeaderGroup<TData>[]
Description
If pinning, returns the header groups for the right pinned columns.
Type
() => Header<
TData,
unknown,
ColumnMeta
>[]
Description
If pinning, returns headers for all right pinned leaf columns in the table,
(not including parent headers).