ampproject / amp-toolbox-php

AMP Optimizer PHP library
Apache License 2.0
73 stars 25 forks source link

Add simplified use of the table formatter #453

Closed schlessera closed 2 years ago

schlessera commented 2 years ago

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.

schlessera commented 2 years ago

@ediamin This would be especially useful the PX engine, where we don't necessarily know upfront what the expected content actually is.