Skip to content

Commit

Permalink
table: update note about auto-merge (#320)
Browse files Browse the repository at this point in the history
  • Loading branch information
hindessm committed May 4, 2024
1 parent 5395a20 commit b0affc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions table/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ Pretty-print tables into ASCII/Unicode strings.
- Add Header(s) and Footer(s) (`AppendHeader`/`AppendFooter`)
- Add a Separator manually after any Row (`AppendSeparator`)
- Auto Index Rows (1, 2, 3 ...) and Columns (A, B, C, ...) (`SetAutoIndex`)
- Auto Merge (_not supported in CSV/HTML/Markdown/TSV modes_)
- Auto Merge (_not supported in CSV/Markdown/TSV modes_)
- Cells in a Row (`RowConfig.AutoMerge`)
- Columns (`ColumnConfig.AutoMerge`)
- Columns (`ColumnConfig.AutoMerge`) (_not supported in HTML mode_)
- Limit the length of
- Rows (`SetAllowedRowLength`)
- Columns (`ColumnConfig.Width*`)
Expand Down

0 comments on commit b0affc2

Please sign in to comment.