MCPcopy Create free account

hub / github.com/olekukonko/tablewriter / functions

Functions889 in github.com/olekukonko/tablewriter

MethodBuild
Build returns the parent RowConfigBuilder
config.go:935
MethodBuild
Build returns the parent FooterConfigBuilder
config.go:971
MethodBuild
Build returns the parent HeaderConfigBuilder
config.go:1007
MethodBuild
Build returns the parent RowConfigBuilder
config.go:1043
MethodBuild
Build returns the parent FooterConfigBuilder
config.go:1079
MethodByColumnIndex
ByColumnIndex sets specific columns to be merged by their index. If not called, merging applies to all columns.
config.go:612
MethodByColumnIndex
ByColumnIndex sets specific columns to be merged by their index. If not called, merging applies to all columns.
config.go:680
MethodByte
()
pkg/twwidth/tab.go:24
MethodCallbacks
Callbacks returns a HeaderCallbacksBuilder for header callbacks
config.go:322
MethodCallbacks
Callbacks returns a RowCallbacksBuilder for row callbacks
config.go:386
MethodCallbacks
Callbacks returns a FooterCallbacksBuilder for footer callbacks
config.go:450
MethodCenter
()
tw/deprecated.go:9
MethodCenter
()
tw/deprecated.go:56
MethodCenter
()
tw/deprecated.go:77
MethodCenter
()
tw/deprecated.go:98
MethodClear
()
tw/mapper.go:92
MethodClone
Clone returns a shallow copy of the Slicer.
tw/slicer.go:116
MethodClose
()
renderer/markdown.go:129
MethodClose
()
renderer/ocean.go:269
MethodClose
Close ensures all open HTML tags (<table>, <tbody>, <tfoot>) are properly closed.
renderer/html.go:424
MethodClose
Close finalizes SVG rendering and writes output. Parameter w is the output w. Returns an error if writing fails.
renderer/svg.go:285
MethodClose
Close performs cleanup (no-op in this implementation).
renderer/colorized.go:116
MethodClose
Close performs cleanup (no-op in this implementation).
renderer/blueprint.go:51
MethodColumn
()
tw/deprecated.go:11
MethodColumn
()
tw/deprecated.go:37
MethodColumn
()
tw/deprecated.go:58
MethodColumn
()
tw/deprecated.go:79
MethodColumn
Red square (matches corners)
tw/deprecated.go:100
MethodColumn
()
tw/deprecated.go:126
MethodCond
Cond executes a condition if the state is enabled
tw/state.go:26
MethodConfig
Config returns the renderer's current configuration.
renderer/markdown.go:67
MethodConfig
Config returns a Rendition representation of the current configuration.
renderer/html.go:76
MethodConfig
Config returns the renderer's configuration. No parameters are required. Returns a Rendition with border and debug settings.
renderer/svg.go:370
MethodConfig
Config returns the renderer's configuration as a Rendition.
renderer/colorized.go:122
MethodCopy
Copy creates a new independent copy of the Alignment
tw/types.go:86
MethodDefault
Default checks if the state is unknown
tw/state.go:12
MethodDelete
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
MethodEach
Each iterates over each element in the slice and calls the provided function. Does nothing if the slice is nil.
tw/slicer.go:73
FunctionEastAsianConservative
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
MethodEquals
Common padding configurations for convenience Equals reports whether two Padding configurations are identical in all fields. This includes comparing t
tw/types.go:203
MethodFilter
Filter returns a HeaderFilterBuilder for header filtering
config.go:313
MethodFilter
Filter returns a RowFilterBuilder for row filtering
config.go:377
MethodFilter
Filter returns a FooterFilterBuilder for footer filtering
config.go:441
MethodFilter
Filter returns a new Slicer containing only elements that satisfy the predicate.
tw/slicer.go:80
MethodFilter
Filter returns a new Mapper containing only the key-value pairs that satisfy the predicate.
tw/mapper.go:123
MethodFind
Find returns the first element that satisfies the predicate, along with a boolean indicating if it was found.
tw/slicer.go:105
MethodFirst
First returns the first element of the slice, or the zero value if empty.
tw/slicer.go:62
MethodFooter
Footer returns a FooterConfigBuilder for footer configuration
config.go:54
MethodFooter
Footer renders the Markdown table footer.
renderer/markdown.go:102
MethodFooter
(footers [][]string, ctx tw.Formatting)
renderer/ocean.go:149
MethodFooter
Footer renders the <tfoot> section with footer rows, supporting horizontal merges.
renderer/html.go:287
MethodFooter
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
MethodFooter
Footer renders the table footer with configured colors and formatting.
renderer/colorized.go:137
MethodFooter
Footer renders the table footer section with configured formatting.
renderer/blueprint.go:62
MethodForColumn
ForColumn returns a ColumnConfigBuilder for column-specific configuration
config.go:70
MethodFormat
Note: Format() overrides String() if both exist.
tests/fn.go:299
MethodFormat
Note: Format() overrides String() if both exist.
tests/bug_test.go:18
MethodFormat
()
_example/filetable/main.go:102
MethodFormatting
Formatting returns a HeaderFormattingBuilder for header formatting
config.go:287
MethodFormatting
Formatting returns a RowFormattingBuilder for row formatting
config.go:351
MethodFormatting
Formatting returns a FooterFormattingBuilder for footer formatting
config.go:415
MethodGet
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
MethodGet
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
MethodGetCell
(col int)
tw/renderer.go:82
MethodGetOK
GetOK returns the element at the specified index and a boolean indicating whether the index was valid.
tw/slicer.go:24
MethodHas
Has returns true if the index exists in the slice.
tw/slicer.go:57
MethodHeader
Header returns a HeaderConfigBuilder for header configuration
config.go:38
MethodHeader
Header renders the Markdown table header and its separator line.
renderer/markdown.go:72
MethodHeader
(headers [][]string, ctx tw.Formatting)
renderer/ocean.go:105
MethodHeader
Header renders the <thead> section with header rows, supporting horizontal merges.
renderer/html.go:132
MethodHeader
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
MethodHeader
Header renders the table header with configured colors and formatting.
renderer/colorized.go:153
MethodHeader
Header renders the table header section with configured formatting.
renderer/blueprint.go:70
MethodHeaderLeft
LevelFooter-right corner Optional header-specific symbols
tw/symbols.go:26
MethodHeaderLeft
()
tw/symbols.go:945
MethodHeaderLeft
()
tw/symbols.go:1000
MethodHeaderLeft
()
tw/deprecated.go:20
MethodHeaderLeft
()
tw/deprecated.go:46
MethodHeaderLeft
()
tw/deprecated.go:67
MethodHeaderLeft
()
tw/deprecated.go:88
MethodHeaderLeft
Bottom-right corner
tw/deprecated.go:109
MethodHeaderLeft
()
tw/deprecated.go:135
MethodHeaderMid
()
tw/symbols.go:27
MethodHeaderMid
()
tw/symbols.go:946
MethodHeaderMid
()
tw/symbols.go:1001
MethodHeaderMid
()
tw/deprecated.go:21
MethodHeaderMid
()
tw/deprecated.go:47
MethodHeaderMid
()
tw/deprecated.go:68
MethodHeaderMid
()
tw/deprecated.go:89
MethodHeaderMid
Header left (matches mid junctions)
tw/deprecated.go:110
MethodHeaderMid
()
tw/deprecated.go:136
MethodHeaderRight
()
tw/symbols.go:28
MethodHeaderRight
()
tw/symbols.go:947
MethodHeaderRight
()
tw/symbols.go:1002
MethodHeaderRight
()
tw/deprecated.go:22
MethodHeaderRight
()
tw/deprecated.go:48
MethodHeaderRight
()
tw/deprecated.go:69
MethodHeaderRight
()
tw/deprecated.go:90
MethodHeaderRight
Header middle (matches mid junctions)
tw/deprecated.go:111
MethodHeaderRight
()
tw/deprecated.go:137
← previousnext →401–500 of 889, ranked by callers