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.