CoreHeader

external interface CoreHeader<TData : RowData, TValue>(source)

Inheritors

Properties

Link copied to clipboard
abstract val colSpan: Int

The col-span for the header. API Docs Guide

Link copied to clipboard
abstract val column: Column<TData, TValue>

The header's associated column object. API Docs Guide

Link copied to clipboard
abstract val depth: Int

The depth of the header, zero-indexed based. API Docs Guide

Link copied to clipboard
abstract val getContext: () -> HeaderContext<TData, TValue>

Returns the rendering context (or props) for column-based components like headers, footers and filters. API Docs Guide

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

Returns the leaf headers hierarchically nested under this header. API Docs Guide

Link copied to clipboard

The header's associated header group object. API Docs Guide

Link copied to clipboard
abstract val id: String

The unique identifier for the header. API Docs Guide

Link copied to clipboard
abstract val index: Int

The index for the header within the header group. API Docs Guide

Link copied to clipboard
abstract val isPlaceholder: Boolean

A boolean denoting if the header is a placeholder header. API Docs Guide

Link copied to clipboard
abstract val placeholderId: String?

If the header is a placeholder header, this will be a unique header ID that does not conflict with any other headers across the table. API Docs Guide

Link copied to clipboard
abstract val rowSpan: Int

The row-span for the header. API Docs Guide

Link copied to clipboard
abstract val subHeaders: <Error class: unknown class><Header<TData, TValue>>

The header's hierarchical sub/child headers. Will be empty if the header's associated column is a leaf-column. API Docs Guide