contabs
contabs copied to clipboard
Simple yet flexible tables for console apps.
For numeric columns, it would be cool to be able to visualize these as a simple bar chart in a new column. For instance: ``` ╭─────────┬────────┬────────────────────────────────────────────────────────────╮ │ │ │ │...
In some use cases it might be helpful to allow a table to be redrawn with new data. For instance, I may want to grab new data every 5 seconds,...
Following on from #55, do we ever want to be able to explicitly specify the formatting culture a table (or column) should use when rendering values? Approaches: 1. Apply whatever...
Currently we have four classes in the ConTabsTestData project that exist solely for the purposes of testing and demoing: 1. `DemoDataType` 2. `TestDataType` 3. `MinimalDataType` 4. `InvalidTestDataType` This seems like...