mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-12-22 17:45:49 +08:00
Add option to show separator between table rows (#1304)
* Add option to show separator between table rows * Panels should show header if borders are not shown Closes #835
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
┌────────┬────────┬───────┐
|
||||
│ Foo │ Bar │ Baz │
|
||||
├────────┼────────┼───────┤
|
||||
│ Qux │ Corgi │ Waldo │
|
||||
├────────┼────────┼───────┤
|
||||
│ Grault │ Garply │ Fred │
|
||||
└────────┴────────┴───────┘
|
||||
Reference in New Issue
Block a user