HeadersInstance

external interface HeadersInstance<TData : RowData>(source)

Inheritors

Properties

Link copied to clipboard

If pinning, returns headers for all columns that are not pinned, including parent headers. API Docs Guide

Link copied to clipboard

If pinning, returns the footer groups for columns that are not pinned. API Docs Guide

Link copied to clipboard

If pinning, returns the header groups for columns that are not pinned. API Docs Guide

Link copied to clipboard

If pinning, returns headers for all columns that are not pinned, (not including parent headers). API Docs Guide

Link copied to clipboard
abstract val getFlatHeaders: () -> ReadonlyArray<Header<TData, *>>

Returns headers for all columns in the table, including parent headers. API Docs Guide

Link copied to clipboard

Returns the footer groups for the table. API Docs Guide

Link copied to clipboard

Returns all header groups for the table. API Docs Guide

Link copied to clipboard
abstract val getLeafHeaders: () -> ReadonlyArray<Header<TData, *>>

Returns headers for all leaf columns in the table, (not including parent headers). API Docs Guide

Link copied to clipboard
abstract val getLeftFlatHeaders: () -> ReadonlyArray<Header<TData, *>>

If pinning, returns headers for all left pinned columns in the table, including parent headers. API Docs Guide

Link copied to clipboard

If pinning, returns the footer groups for the left pinned columns. API Docs Guide

Link copied to clipboard

If pinning, returns the header groups for the left pinned columns. API Docs Guide

Link copied to clipboard
abstract val getLeftLeafHeaders: () -> ReadonlyArray<Header<TData, *>>

If pinning, returns headers for all left pinned leaf columns in the table, (not including parent headers). API Docs Guide

Link copied to clipboard

If pinning, returns headers for all right pinned columns in the table, including parent headers. API Docs Guide

Link copied to clipboard

If pinning, returns the footer groups for the right pinned columns. API Docs Guide

Link copied to clipboard

If pinning, returns the header groups for the right pinned columns. API Docs Guide

Link copied to clipboard

If pinning, returns headers for all right pinned leaf columns in the table, (not including parent headers). API Docs Guide