Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Nukesor/comfy-table
/ functions
Functions
261 in github.com/Nukesor/comfy-table
⨍
Functions
261
◇
Types & classes
18
Function
percentage
()
tests/all/constraints_test.rs:170
Function
percentage_second
()
tests/all/constraints_test.rs:221
Function
polar_python_test_tbl_width_chars
()
tests/all/content_arrangement_test.rs:250
Method
row
Reference to a specific row
src/table.rs:597
Method
row_count
Returns the number of currently present rows. ``` use comfy_table::Table; let mut table = Table::new(); table.add_row(vec!["One", "Two"]); assert_e
src/table.rs:228
Method
set_alignment
(mut self, alignment: CellAlignment)
src/cell.rs:78
Method
set_delimiter
Set the delimiter used to split text for this column's cells. A custom delimiter on a cell in will overwrite the column's delimiter. Normal text uses
src/column.rs:75
Method
set_delimiter
Set the delimiter used to split text in all cells. A custom delimiter on a cell in will overwrite the column's delimiter.\ Normal text uses spaces (`
src/table.rs:308
Method
set_max_content_widths
(max_widths: &mut [u16], row: &Row)
src/table.rs:632
Function
simple_dynamic_table
()
tests/all/content_arrangement_test.rs:8
Function
simple_table
()
tests/all/simple_test.rs:5
Function
single_column_table
()
tests/all/simple_test.rs:58
Function
split_long_word
Splits a long word at a given character width. Inserting the needed ansi codes to preserve style.
src/utils/formatting/content_split/custom_styling.rs:48
Method
style
Returns a copy of the table's current [TableStyle]. ``` use comfy_table::{Table, presets::UTF8_FULL}; let mut table = Table::new(); table.load_style
src/table.rs:469
Method
style_mut
Get a mutable handle to the table's [TableStyle] to edit it in place. ``` use comfy_table::{Table, presets::UTF8_FULL}; let mut table = Table::new()
src/table.rs:489
Function
styled_table
()
tests/all/styling_test.rs:34
Function
styled_table
()
tests/all/inner_style_test.rs:37
Function
styled_text_only_table
()
tests/all/styling_test.rs:71
Function
styled_text_only_table
()
tests/all/inner_style_test.rs:80
Function
table_width
The overall table width in the range of 0 to 1000.
tests/all/property_test.rs:143
Function
table_with_composite_utf8_emojis
()
tests/all/truncation.rs:197
Function
table_with_composite_utf8_strings
()
tests/all/truncation.rs:144
Function
table_with_composite_utf8_strings_2_lines
()
tests/all/truncation.rs:170
Function
table_with_indicator_wider_than_column
()
tests/all/truncation.rs:226
Function
table_with_max_height_zero
()
tests/all/truncation.rs:120
Function
table_with_truncate
()
tests/all/truncation.rs:9
Function
table_with_truncate_indicator
()
tests/all/truncation.rs:63
Function
test_ascii_borders_only
()
tests/all/presets_test.rs:63
Function
test_ascii_borders_only_condensed
()
tests/all/presets_test.rs:80
Function
test_ascii_full
()
tests/all/presets_test.rs:15
Function
test_ascii_full_condensed
()
tests/all/presets_test.rs:32
Function
test_ascii_horizontal_only
()
tests/all/presets_test.rs:96
Function
test_ascii_markdown
()
tests/all/presets_test.rs:113
Function
test_ascii_no_borders
()
tests/all/presets_test.rs:48
Function
test_col_count_header
()
tests/all/counts.rs:5
Function
test_col_count_row
()
tests/all/counts.rs:19
Function
test_column
()
src/column.rs:118
Function
test_column_generation
()
src/table.rs:758
Function
test_column_generation
()
src/cell.rs:187
Function
test_correct_max_content_width
()
src/row.rs:115
Function
test_disabled_arrangement
()
src/utils/arrangement/mod.rs:69
Function
test_discover_columns
()
src/utils/arrangement/mod.rs:82
Function
test_is_empty
()
tests/all/counts.rs:48
Function
test_no_vertical_styling
()
tests/all/presets_test.rs:220
Function
test_nothing
()
tests/all/presets_test.rs:192
Function
test_nothing_without_padding
()
tests/all/presets_test.rs:205
Function
test_row_count
()
tests/all/counts.rs:30
Function
test_some_functions
()
src/row.rs:130
Function
test_split_long_word
()
src/utils/formatting/content_split/mod.rs:197
Function
test_utf8_full
()
tests/all/presets_test.rs:127
Function
test_utf8_full_condensed
()
tests/all/presets_test.rs:144
Function
test_utf8_horizontal_only
()
tests/all/presets_test.rs:175
Function
test_utf8_no_borders
()
tests/all/presets_test.rs:160
Method
trim_fmt
This is an alternative `fmt` function, which simply removes any trailing whitespaces. Trailing whitespaces often occur, when using tables without a ri
src/table.rs:85
Function
unnecessary_max_min_constraints
(#[case] arrangement: ContentArrangement)
tests/all/constraints_test.rs:107
Function
unused_space_after_split
()
tests/all/content_arrangement_test.rs:100
Method
use_stderr
(&mut self)
src/table.rs:344
Function
utf8_round_corners
()
tests/all/modifiers_test.rs:15
Function
utf8_solid_inner_borders
()
tests/all/modifiers_test.rs:32
Function
visible_wide_columns
The amount of visible columns that contain wide characters. See [wide_columns].
tests/all/property_test.rs:318
Function
zwj_utf8_word_splitting
()
tests/all/utf_8_characters.rs:91
← previous
201–261 of 261, ranked by callers