txtui

Table

Data tables for displaying structured information in rows and columns.

data-display table

Basic

┌────┬──────────┬────────┬────────┐
│ ID │ Name     │ Role   │ Status │
├────┼──────────┼────────┼────────┤
│  1 │ Alice    │ Admin  │ Active │
│  2 │ Bob      │ Editor │ Active │
│  3 │ Charlie  │ Viewer │ Idle   │
└────┴──────────┴────────┴────────┘

Borderless

 ID  Name      Role    Status
 --- --------- ------- -------
  1  Alice     Admin   Active
  2  Bob       Editor  Active
  3  Charlie   Viewer  Idle