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
Method
Build
Build returns the parent RowConfigBuilder
config.go:935
Method
Build
Build returns the parent FooterConfigBuilder
config.go:971
Method
Build
Build returns the parent HeaderConfigBuilder
config.go:1007
Method
Build
Build returns the parent RowConfigBuilder
config.go:1043
Method
Build
Build returns the parent FooterConfigBuilder
config.go:1079
Method
ByColumnIndex
ByColumnIndex sets specific columns to be merged by their index. If not called, merging applies to all columns.
config.go:612
Method
ByColumnIndex
ByColumnIndex sets specific columns to be merged by their index. If not called, merging applies to all columns.
config.go:680
Method
Byte
()
pkg/twwidth/tab.go:24
Method
Callbacks
Callbacks returns a HeaderCallbacksBuilder for header callbacks
config.go:322
Method
Callbacks
Callbacks returns a RowCallbacksBuilder for row callbacks
config.go:386
Method
Callbacks
Callbacks returns a FooterCallbacksBuilder for footer callbacks
config.go:450
Method
Center
()
tw/deprecated.go:9
Method
Center
()
tw/deprecated.go:56
Method
Center
()
tw/deprecated.go:77
Method
Center
()
tw/deprecated.go:98
Method
Clear
()
tw/mapper.go:92
Method
Clone
Clone returns a shallow copy of the Slicer.
tw/slicer.go:116
Method
Close
()
renderer/markdown.go:129
Method
Close
()
renderer/ocean.go:269
Method
Close
Close ensures all open HTML tags (<table>, <tbody>, <tfoot>) are properly closed.
renderer/html.go:424
Method
Close
Close finalizes SVG rendering and writes output. Parameter w is the output w. Returns an error if writing fails.
renderer/svg.go:285
Method
Close
Close performs cleanup (no-op in this implementation).
renderer/colorized.go:116
Method
Close
Close performs cleanup (no-op in this implementation).
renderer/blueprint.go:51
Method
Column
()
tw/deprecated.go:11
Method
Column
()
tw/deprecated.go:37
Method
Column
()
tw/deprecated.go:58
Method
Column
()
tw/deprecated.go:79
Method
Column
Red square (matches corners)
tw/deprecated.go:100
Method
Column
()
tw/deprecated.go:126
Method
Cond
Cond executes a condition if the state is enabled
tw/state.go:26
Method
Config
Config returns the renderer's current configuration.
renderer/markdown.go:67
Method
Config
Config returns a Rendition representation of the current configuration.
renderer/html.go:76
Method
Config
Config returns the renderer's configuration. No parameters are required. Returns a Rendition with border and debug settings.
renderer/svg.go:370
Method
Config
Config returns the renderer's configuration as a Rendition.
renderer/colorized.go:122
Method
Copy
Copy creates a new independent copy of the Alignment
tw/types.go:86
Method
Default
Default checks if the state is unknown
tw/state.go:12
Method
Delete
Delete removes the specified key from the map. Does nothing if the key doesn't exist or the map is nil.
tw/mapper.go:54
Method
Each
Each iterates over each element in the slice and calls the provided function. Does nothing if the slice is nil.
tw/slicer.go:73
Function
EastAsianConservative
EastAsianConservative is a stricter version that only defaults to Narrow if the terminal is definitely known to be modern (e.g. VSCode, iTerm2). It av
pkg/twwidth/ea.go:157
Method
Equals
Common padding configurations for convenience Equals reports whether two Padding configurations are identical in all fields. This includes comparing t
tw/types.go:203
Method
Filter
Filter returns a HeaderFilterBuilder for header filtering
config.go:313
Method
Filter
Filter returns a RowFilterBuilder for row filtering
config.go:377
Method
Filter
Filter returns a FooterFilterBuilder for footer filtering
config.go:441
Method
Filter
Filter returns a new Slicer containing only elements that satisfy the predicate.
tw/slicer.go:80
Method
Filter
Filter returns a new Mapper containing only the key-value pairs that satisfy the predicate.
tw/mapper.go:123
Method
Find
Find returns the first element that satisfies the predicate, along with a boolean indicating if it was found.
tw/slicer.go:105
Method
First
First returns the first element of the slice, or the zero value if empty.
tw/slicer.go:62
Method
Footer
Footer returns a FooterConfigBuilder for footer configuration
config.go:54
Method
Footer
Footer renders the Markdown table footer.
renderer/markdown.go:102
Method
Footer
(footers [][]string, ctx tw.Formatting)
renderer/ocean.go:149
Method
Footer
Footer renders the <tfoot> section with footer rows, supporting horizontal merges.
renderer/html.go:287
Method
Footer
Footer buffers footer lines for SVG rendering. Parameters include w (w), footers (lines), and ctx (formatting). No return value; stores data for later
renderer/svg.go:396
Method
Footer
Footer renders the table footer with configured colors and formatting.
renderer/colorized.go:137
Method
Footer
Footer renders the table footer section with configured formatting.
renderer/blueprint.go:62
Method
ForColumn
ForColumn returns a ColumnConfigBuilder for column-specific configuration
config.go:70
Method
Format
Note: Format() overrides String() if both exist.
tests/fn.go:299
Method
Format
Note: Format() overrides String() if both exist.
tests/bug_test.go:18
Method
Format
()
_example/filetable/main.go:102
Method
Formatting
Formatting returns a HeaderFormattingBuilder for header formatting
config.go:287
Method
Formatting
Formatting returns a RowFormattingBuilder for row formatting
config.go:351
Method
Formatting
Formatting returns a FooterFormattingBuilder for footer formatting
config.go:415
Method
Get
Get returns the value associated with the key. If the key doesn't exist or the map is nil, it returns the zero value for the value type.
tw/mapper.go:25
Method
Get
Get retrieves a value by key if it exists. Returns the value and true if found, else zero and false. Updates the entry to most recently used.
pkg/twcache/lru.go:101
Method
GetCell
(col int)
tw/renderer.go:82
Method
GetOK
GetOK returns the element at the specified index and a boolean indicating whether the index was valid.
tw/slicer.go:24
Method
Has
Has returns true if the index exists in the slice.
tw/slicer.go:57
Method
Header
Header returns a HeaderConfigBuilder for header configuration
config.go:38
Method
Header
Header renders the Markdown table header and its separator line.
renderer/markdown.go:72
Method
Header
(headers [][]string, ctx tw.Formatting)
renderer/ocean.go:105
Method
Header
Header renders the <thead> section with header rows, supporting horizontal merges.
renderer/html.go:132
Method
Header
Header buffers header lines for SVG rendering. Parameters include w (w), headers (lines), and ctx (formatting). No return value; stores data for later
renderer/svg.go:425
Method
Header
Header renders the table header with configured colors and formatting.
renderer/colorized.go:153
Method
Header
Header renders the table header section with configured formatting.
renderer/blueprint.go:70
Method
HeaderLeft
LevelFooter-right corner Optional header-specific symbols
tw/symbols.go:26
Method
HeaderLeft
()
tw/symbols.go:945
Method
HeaderLeft
()
tw/symbols.go:1000
Method
HeaderLeft
()
tw/deprecated.go:20
Method
HeaderLeft
()
tw/deprecated.go:46
Method
HeaderLeft
()
tw/deprecated.go:67
Method
HeaderLeft
()
tw/deprecated.go:88
Method
HeaderLeft
Bottom-right corner
tw/deprecated.go:109
Method
HeaderLeft
()
tw/deprecated.go:135
Method
HeaderMid
()
tw/symbols.go:27
Method
HeaderMid
()
tw/symbols.go:946
Method
HeaderMid
()
tw/symbols.go:1001
Method
HeaderMid
()
tw/deprecated.go:21
Method
HeaderMid
()
tw/deprecated.go:47
Method
HeaderMid
()
tw/deprecated.go:68
Method
HeaderMid
()
tw/deprecated.go:89
Method
HeaderMid
Header left (matches mid junctions)
tw/deprecated.go:110
Method
HeaderMid
()
tw/deprecated.go:136
Method
HeaderRight
()
tw/symbols.go:28
Method
HeaderRight
()
tw/symbols.go:947
Method
HeaderRight
()
tw/symbols.go:1002
Method
HeaderRight
()
tw/deprecated.go:22
Method
HeaderRight
()
tw/deprecated.go:48
Method
HeaderRight
()
tw/deprecated.go:69
Method
HeaderRight
()
tw/deprecated.go:90
Method
HeaderRight
Header middle (matches mid junctions)
tw/deprecated.go:111
Method
HeaderRight
()
tw/deprecated.go:137
← previous
next →
401–500 of 889, ranked by callers