Module table

Module table 

Source

Structs§

TableConfig
Table configuration for rendering and behavior
TableData
Table data structure for enhanced data visualization
TablePagination
Pagination configuration

Enums§

ColumnType
Data type for column sorting
SortDirection
Sort direction for columns
TableBorderStyle
Border styles for tables

Functions§

parse_table_data
Parse table data from CSV-like text content
parse_table_data_from_json
Parse table data from JSON content
render_table
Generate table display string from data and configuration