HeadersInstance

external interface HeadersInstance<TData : RowData>(source)

Inheritors

Properties

Link copied to clipboard
abstract val getCenterFlatHeaders: () -> <Error class: unknown class><Header<TData, *>>

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

Link copied to clipboard
abstract val getCenterFooterGroups: () -> <Error class: unknown class><HeaderGroup<TData>>

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

Link copied to clipboard
abstract val getCenterHeaderGroups: () -> <Error class: unknown class><HeaderGroup<TData>>

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

Link copied to clipboard
abstract val getCenterLeafHeaders: () -> <Error class: unknown class><Header<TData, *>>

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: () -> <Error class: unknown class><Header<TData, *>>

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

Link copied to clipboard
abstract val getFooterGroups: () -> <Error class: unknown class><HeaderGroup<TData>>

Returns the footer groups for the table. API Docs Guide

Link copied to clipboard
abstract val getHeaderGroups: () -> <Error class: unknown class><HeaderGroup<TData>>

Returns all header groups for the table. API Docs Guide

Link copied to clipboard
abstract val getLeafHeaders: () -> <Error class: unknown class><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: () -> <Error class: unknown class><Header<TData, *>>

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

Link copied to clipboard
abstract val getLeftFooterGroups: () -> <Error class: unknown class><HeaderGroup<TData>>

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

Link copied to clipboard
abstract val getLeftHeaderGroups: () -> <Error class: unknown class><HeaderGroup<TData>>

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

Link copied to clipboard
abstract val getLeftLeafHeaders: () -> <Error class: unknown class><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
abstract val getRightFlatHeaders: () -> <Error class: unknown class><Header<TData, *>>

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

Link copied to clipboard
abstract val getRightFooterGroups: () -> <Error class: unknown class><HeaderGroup<TData>>

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

Link copied to clipboard
abstract val getRightHeaderGroups: () -> <Error class: unknown class><HeaderGroup<TData>>

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

Link copied to clipboard
abstract val getRightLeafHeaders: () -> <Error class: unknown class><Header<TData, *>>

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