HeaderContext

class HeaderContext<TData, TValue>(val column: Column<TData, TValue>, val header: Header<TData, TValue>, val table: Table<TData>)

Context object passed to header renderers. Carries the column, header and owning table.

Constructors

Link copied to clipboard
constructor(column: Column<TData, TValue>, header: Header<TData, TValue>, table: Table<TData>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard