mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-04-17 01:12:50 +08:00

* Add option to show separator between table rows * Panels should show header if borders are not shown Closes #835
8 lines
439 B
Plaintext
8 lines
439 B
Plaintext
┌────────┬────────┬───────┐
|
|
│ Foo │ Bar │ Baz │
|
|
├────────┼────────┼───────┤
|
|
│ Qux │ Corgi │ Waldo │
|
|
├────────┼────────┼───────┤
|
|
│ Grault │ Garply │ Fred │
|
|
└────────┴────────┴───────┘
|