lastunicorn / ConsoleTools

A set of tools and "controls" for the .net Console.
GNU General Public License v3.0
73 stars 5 forks source link

DataGrid - Incomplete tables rendered when using a StreamTablePrinter to write into a Stream #80

Closed lastunicorn closed 2 months ago

lastunicorn commented 2 months ago

Create a DataGrid with data. Render it into a Stream using a StreamTablePrinter

StreamTablePrinter streamTablePrinter = new(stream);
dataGrid.Render(streamTablePrinter);

The rendered tables are incomplete.