mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-04-16 00:42:51 +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 │
|
|
└────────┴────────┴───────┘
|