The current implementation of the TableFormatter is cumbersome to use.
It would be great to have a simplified mechanism that takes all of the tabular data, checks the max character length for each column and then adjusts the size of the column automatically. This might produce results bigger than the current screen, but is much easier to use and will be "good enough" most of the time.
The current implementation of the
TableFormatter
is cumbersome to use.It would be great to have a simplified mechanism that takes all of the tabular data, checks the max character length for each column and then adjusts the size of the column automatically. This might produce results bigger than the current screen, but is much easier to use and will be "good enough" most of the time.