Console Table Design

From Chorke Wiki
Jump to navigation Jump to search


   ┌──────────────────────────────────────────────────────────────────────────┐
   │ Table Heading                                                            │
   ├──────────────────┬──────────────────┬──────────────────┬─────────────────┤
   │ first row (col1) │ with some        │ and more         │ even more       │
   │                  │ information      │ information      │                 │
   ├──────────────────┼──────────────────┼──────────────────┼─────────────────┤
   │ second row       │ with some        │ and more         │ even more       │
   │ (col1)           │ information      │ information      │                 │
   │                  │ (col2)           │ (col3)           │                 │
   └──────────────────┴──────────────────┴──────────────────┴─────────────────┘

or

   +-----------------+------+
   | Column name     | ID   |
   +-----------------+------+
   | some data0      | 0    |
   | some data1      | 1    |
   | some data2      | 4    |
   | some data3      | 9    |
   | some data4      | 16   |
   +-----------------+------+