Skip to main content

Module column

Module column 

Source
Expand description

Column definitions and configuration.

Provides column types, accessors, metadata, and builder pattern for defining table columns with type-safe data access.

Modulesยง

cell_context
Context provided when rendering a table cell.
column_def
Definition of a table column.
column_def_builder
Builder pattern for creating column definitions with a fluent API.
column_id
Unique identifier for a table column.
column_meta
Metadata for a table column that affects its behavior and display.
data_table_accessor
Type-safe accessor for extracting values from row data.
data_table_dyn_accessor
Dynamic accessor that returns boxed trait objects for sorting and filtering.
data_table_dyn_value
Trait for dynamically typed values that support comparison and display.
header_context
Context provided when rendering a column header.
prelude
Re-exports for convenient access to column types.
sort_direction
Sort direction indicator for header context rendering.