Module styled_table

Module styled_table 

Source

Structs§

ColumnRule
Rule for styling a column based on exact value match
DefaultStyles
Default styles for table elements
NumericRule
Rule for styling numeric values based on conditions
PatternRule
Pattern-based rule using regex matching
StyleConfig
Configuration for styling table output with colors and formatting

Functions§

apply_styles_to_table
Apply style configuration to a table
build_styled_table
Apply style configuration to a table by building styled headers and rows Returns (styled_headers, styled_rows) that can be added to the table