Generate formatted tables with easy-to-read formatting
A library that allows you to generate text based tables from different rows, columns, or custom objects.
A typical table would look like this:
# | Name | Party | Birthplace
-----------------------------------------------------
43 | George W. Bush | Republican | New Haven, CT
44 | Barack Obama | Democrat | Honolulu, HI
45 | Donald Trump | Republican | New York City, NY
47 | | Democrat |
48 | Taylor Swift | Independent | Reading, PA
- Simple & easy
- Custom headers
- Supports empty cells
- Make tables from rows or columns
- Convert custom objects into tables
- Protocols to map objects to rows without adding annotations