Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/olekukonko/tablewriter
/ functions
Functions
889 in github.com/olekukonko/tablewriter
⨍
Functions
889
◇
Types & classes
130
Function
TestSetEastAsian
(t *testing.T)
pkg/twwidth/width_test.go:89
Function
TestSpaces
(t *testing.T)
tests/extra_test.go:470
Function
TestSplitCase
(t *testing.T)
tw/fn_test.go:8
Function
TestSplitWords
(t *testing.T)
pkg/twwarp/wrap_test.go:156
Function
TestStreamBasic
TestStreamBasic tests basic streaming table rendering with header, rows, and footer.
tests/streamer_test.go:93
Function
TestStreamBorders
(t *testing.T)
tests/basic_test.go:587
Function
TestStreamCustomPadding
TestStreamCustomPadding tests streaming table with custom padding.
tests/streamer_test.go:408
Function
TestStreamEmptyCells
TestStreamEmptyCells tests streaming table with empty and sparse cells.
tests/streamer_test.go:452
Function
TestStreamFormating
(t *testing.T)
tests/streamer_test.go:604
Function
TestStreamNoHeaderASCII
TestStreamNoHeaderASCII tests streaming table without header using ASCII symbols.
tests/streamer_test.go:237
Function
TestStreamOnlyHeader
TestStreamOnlyHeader tests streaming table with only a header.
tests/streamer_test.go:497
Function
TestStreamOnlyHeaderNoHeaderLine
TestStreamOnlyHeaderNoHeaderLine tests streaming table with only a header and no header line.
tests/streamer_test.go:528
Function
TestStreamSlowOutput
(t *testing.T)
tests/streamer_test.go:558
Function
TestStreamTableDefault
(t *testing.T)
tests/streamer_test.go:22
Function
TestStreamTruncation
TestStreamTruncation tests streaming table with long content truncation.
tests/streamer_test.go:356
Function
TestStreamWithFooterAlign
TestStreamWithFooterAlign tests streaming table with footer and custom alignments.
tests/streamer_test.go:185
Function
TestStructTableWithDB
TestStructTableWithDB tests rendering a table from struct data fetched from a dummy database.
tests/struct_test.go:49
Function
TestTableCaptions
TestTableCaptions comprehensive tests for caption functionality
tests/caption_test.go:15
Function
TestTableWithCustomPadding
(t *testing.T)
tests/basic_test.go:527
Function
TestTable_Configure_Basic
(t *testing.T)
tests/csv_test.go:26
Function
TestTable_Options_WithRendition_Borderless
(t *testing.T)
tests/csv_test.go:86
Function
TestTable_Options_WithRendition_PartialUpdate
(t *testing.T)
tests/csv_test.go:215
Function
TestTrimLine
(t *testing.T)
tests/feature_test.go:221
Function
TestTrimTab
(t *testing.T)
tests/feature_test.go:387
Function
TestTruncate
(t *testing.T)
pkg/twwidth/width_test.go:207
Function
TestUnicode
(t *testing.T)
pkg/twwarp/wrap_test.go:57
Function
TestUnicodeTableDefault
(t *testing.T)
tests/extra_test.go:402
Function
TestUnicodeWithoutHeader
(t *testing.T)
tests/basic_test.go:113
Function
TestVerticalMerge
(t *testing.T)
tests/merge_test.go:12
Function
TestVerticalMergeLines
(t *testing.T)
tests/merge_test.go:244
Function
TestWidth
(t *testing.T)
pkg/twwidth/width_test.go:105
Function
TestWidthWithEnvironment
(t *testing.T)
pkg/twwidth/width_test.go:327
Function
TestWrap
(t *testing.T)
pkg/twwarp/wrap_test.go:41
Function
TestWrapBreakWithConstrainedWidthsNoRightPadding
(t *testing.T)
tests/feature_test.go:147
Function
TestWrapOneLine
(t *testing.T)
pkg/twwarp/wrap_test.go:51
Function
TestWrapString
(t *testing.T)
pkg/twwarp/wrap_test.go:185
Function
TestWrapStringAllocation
WrapString was extremely memory greedy, it performed insane number of allocations for what it was doing. See BenchmarkWrapString for details.
pkg/twwarp/wrap_test.go:87
Function
TestWrapping
(t *testing.T)
tests/basic_test.go:479
Method
Toggle
Toggle switches the state between on and off
tw/state.go:18
Method
TopLeft
()
tw/deprecated.go:12
Method
TopLeft
()
tw/deprecated.go:38
Method
TopLeft
()
tw/deprecated.go:59
Method
TopLeft
()
tw/deprecated.go:80
Method
TopLeft
Blue square (vertical line)
tw/deprecated.go:101
Method
TopLeft
()
tw/deprecated.go:127
Method
TopMid
()
tw/symbols.go:938
Method
TopMid
()
tw/symbols.go:993
Method
TopMid
()
tw/deprecated.go:13
Method
TopMid
()
tw/deprecated.go:39
Method
TopMid
()
tw/deprecated.go:60
Method
TopMid
()
tw/deprecated.go:81
Method
TopMid
Top-left corner
tw/deprecated.go:102
Method
TopMid
()
tw/deprecated.go:128
Method
TopRight
()
tw/deprecated.go:14
Method
TopRight
()
tw/deprecated.go:40
Method
TopRight
()
tw/deprecated.go:61
Method
TopRight
()
tw/deprecated.go:82
Method
TopRight
Top junction
tw/deprecated.go:103
Method
TopRight
LevelHeader junction
tw/deprecated.go:129
Method
Total
Total implements the Counter interface, returning the final count.
tw/types.go:242
Method
Total
()
tests/feature_test.go:270
Method
Validate
Validate checks if the Position is one of the allowed values: Header, Footer, or Row.
tw/types.go:18
Method
Validate
Validate checks if the Level is one of the allowed values: Header, Body, or Footer.
tw/types.go:96
Method
Validate
Validate checks if the Location is one of the allowed values: First, Middle, or End.
tw/types.go:109
Method
Values
Values returns a slice containing all values in the map. Returns nil if the map is nil or empty.
tw/mapper.go:103
Method
WithAlign
(align Align)
tw/types.go:135
Method
WithAlignment
WithAlignment sets alignment for the column
config.go:848
Method
WithAlignment
WithAlignment sets the text alignment for footer cells within the formatting configuration. This method is deprecated and will be removed in the next
deprecated.go:128
Method
WithAlignment
WithAlignment sets the text alignment for header cells within the formatting configuration. This method is deprecated and will be removed in the next
deprecated.go:161
Method
WithAlignment
WithAlignment sets the text alignment for row cells within the formatting configuration. This method is deprecated and will be removed in the next ver
deprecated.go:194
Method
WithAutoFormat
WithAutoFormat enables/disables auto formatting
config.go:499
Method
WithAutoFormat
WithAutoFormat enables/disables auto formatting
config.go:534
Method
WithAutoFormat
WithAutoFormat enables/disables auto formatting
config.go:569
Method
WithAutoHeader
WithAutoHeader enables/disables automatic header extraction for structs in Bulk.
config.go:831
Method
WithAutoHide
WithAutoHide enables or disables automatic hiding of empty columns (ignored in streaming mode).
config.go:98
Method
WithAutoHide
WithAutoHide enables/disables auto-hide
config.go:795
Method
WithAutoWrap
WithAutoWrap sets auto wrap mode
config.go:505
Method
WithAutoWrap
WithAutoWrap sets auto wrap mode
config.go:540
Method
WithAutoWrap
WithAutoWrap sets auto wrap mode
config.go:575
Function
WithBehavior
WithBehavior applies a behavior configuration to the table. Logs the change if debugging is enabled.
option.go:623
Function
WithBorders
WithBorders configures the table's border settings by updating the renderer's border configuration. This function is deprecated and will be removed in
deprecated.go:30
Function
WithColumnMax
WithColumnMax sets a global maximum column width for the table in streaming mode. Negative values are ignored, and the change is logged if debugging i
option.go:28
Method
WithCompactMerge
WithCompactMerge enables/disables compact width optimization for merged cells
config.go:825
Function
WithCondition
Deprecated: use WithEastAsian instead. WithCondition provides a way to set a custom global runewidth.Condition that will be used for all subsequent di
deprecated.go:231
Method
WithDebug
WithDebug enables/disables debug logging
config.go:92
Function
WithEastAsian
WithEastAsian configures the global East Asian width calculation setting. - state=tw.On: Enables East Asian width calculations. CJK and ambiguous char
option.go:675
Function
WithFooter
WithFooter sets the table footers by calling the Footer method.
option.go:97
Method
WithFooterAlignment
WithFooterAlignment sets the text alignment for all footer cells. Invalid alignments are ignored.
config.go:105
Function
WithFooterAlignmentConfig
WithFooterAlignmentConfig applies a footer alignment configuration to the table. Logs the change if debugging is enabled.
option.go:116
Function
WithFooterAutoFormat
WithFooterAutoFormat enables or disables automatic formatting for footer cells. Logs the change if debugging is enabled.
option.go:566
Method
WithFooterAutoFormat
WithFooterAutoFormat enables or disables automatic formatting (e.g., title case) for footer cells.
config.go:114
Function
WithFooterAutoWrap
WithFooterAutoWrap sets the wrapping behavior for footer cells. Invalid wrap modes are ignored, and the change is logged if debugging is enabled.
option.go:142
Method
WithFooterAutoWrap
WithFooterAutoWrap sets the wrapping behavior for footer cells (e.g., truncate, normal, break). Invalid wrap modes are ignored.
config.go:121
Function
WithFooterCallbacks
WithFooterCallbacks sets the callback configuration for footer cells. Logs the change if debugging is enabled.
option.go:167
Function
WithFooterControl
WithFooterControl sets the control behavior for the table footer. Logs the change if debugging is enabled.
option.go:599
Function
WithFooterFilter
WithFooterFilter sets the filter configuration for footer cells. Logs the change if debugging is enabled.
option.go:156
Method
WithFooterGlobalPadding
WithFooterGlobalPadding sets the global padding for all footer cells.
config.go:130
Method
WithFooterHide
WithFooterHide enables/disables footer visibility
config.go:819
Function
WithFooterMaxWidth
WithFooterMaxWidth sets the maximum content width for footer cells. Negative values are ignored, and the change is logged if debugging is enabled.
option.go:189
Method
WithFooterMaxWidth
WithFooterMaxWidth sets the maximum content width for footer cells. Negative values are ignored.
config.go:137
← previous
next →
701–800 of 889, ranked by callers