Skip to content

feat(#192): add WithRowBorder and WithOuterBorder#219

Merged
wheelibin merged 1 commit into
mainfrom
feat-192
Jun 1, 2026
Merged

feat(#192): add WithRowBorder and WithOuterBorder#219
wheelibin merged 1 commit into
mainfrom
feat-192

Conversation

@wheelibin
Copy link
Copy Markdown
Collaborator

@wheelibin wheelibin commented Jun 1, 2026

Summary

  • WithRowBorder(true) adds an inner border to the cells, giving a grid-like appearance.
  • WithOuterBorder(false) hides the outer border.

Feature requested in #192

Example

Default border:
┏━━━━━━━━━━━━┳━━━━━━━━━━┳━━━━━━┓
┃        Name┃   Element┃    HP┃
┣━━━━━━━━━━━━╋━━━━━━━━━━╋━━━━━━┫
┃   Bulbasaur┃     Grass┃    45┃
┣━━━━━━━━━━━━╋━━━━━━━━━━╋━━━━━━┫
┃  Charmander┃      Fire┃    39┃
┣━━━━━━━━━━━━╋━━━━━━━━━━╋━━━━━━┫
┃    Squirtle┃     Water┃    44┃
┣━━━━━━━━━━━━╋━━━━━━━━━━╋━━━━━━┫
┃     Pikachu┃  Electric┃    35┃
┗━━━━━━━━━━━━┻━━━━━━━━━━┻━━━━━━┛
No outer border (3/3)

        Name┃   Element┃    HP
━━━━━━━━━━━━╋━━━━━━━━━━╋━━━━━━
   Bulbasaur┃     Grass┃    45
━━━━━━━━━━━━╋━━━━━━━━━━╋━━━━━━
  Charmander┃      Fire┃    39
━━━━━━━━━━━━╋━━━━━━━━━━╋━━━━━━
    Squirtle┃     Water┃    44
━━━━━━━━━━━━╋━━━━━━━━━━╋━━━━━━
     Pikachu┃  Electric┃    35

@wheelibin wheelibin linked an issue Jun 1, 2026 that may be closed by this pull request
@wheelibin wheelibin changed the title feat(#192): add WithRowBorder option and example feat(#192): add WithRowBorder and WithOuterBorder Jun 1, 2026
@wheelibin wheelibin force-pushed the feat-192 branch 2 times, most recently from 77dd205 to be0a2a7 Compare June 1, 2026 20:44
@wheelibin wheelibin merged commit 48e54a2 into main Jun 1, 2026
7 checks passed
@wheelibin wheelibin deleted the feat-192 branch June 1, 2026 20:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Adding a Row Border

1 participant