- Added `padding_width` option to control the number of spaces between the vertical line
rules at the edges of a column and its content. This can be set as a keyword argument
to the constructor or after instantiation using the `set_padding_width` method. The
value is set to `1` by default. If your table is too wide for a small screen with this
value, setting it to `0` might help you squeeze it in.
Thanks to Chris Clark for contributing a patch against 0.2.1 to add this feature!