mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-06-19 13:28:16 +08:00
Work done to allow user to update table cell. (#546)
This commit is contained in:

committed by
GitHub

parent
ad23855b0a
commit
e3dfe23b59
@ -0,0 +1,7 @@
|
||||
┌───────────┬───────────┬───────────┐
|
||||
│ Column #1 │ Column #2 │ Column #3 │
|
||||
├───────────┼───────────┼───────────┤
|
||||
│ 1 │ │ │
|
||||
│ 2 │ │ │
|
||||
│ 3 │ 4 │ 5 │
|
||||
└───────────┴───────────┴───────────┘
|
@ -0,0 +1,7 @@
|
||||
┌───────────┬───────────┬───────────┐
|
||||
│ Column #1 │ Column #2 │ Column #3 │
|
||||
├───────────┼───────────┼───────────┤
|
||||
│ 1 │ │ │
|
||||
│ 2 │ │ │
|
||||
│ 3 │ 4 │ 5 │
|
||||
└───────────┴───────────┴───────────┘
|
@ -0,0 +1,7 @@
|
||||
┌───────────┬───────────┬───────────┐
|
||||
│ Column #1 │ Column #2 │ Column #3 │
|
||||
├───────────┼───────────┼───────────┤
|
||||
│ 1 │ │ │
|
||||
│ 2 │ │ │
|
||||
│ 3 │ 4 │ 5 │
|
||||
└───────────┴───────────┴───────────┘
|
Reference in New Issue
Block a user