Proposal
The Options class sets default horizontal padding of 0px and vertical padding of 10px on the container enclosing the table. When a table is rendered to HTML, this padding is added as inline styles on the enclosing <div> and makes it impossible to have full control over the layout when the table is used in the context of a larger design. There should ideally be arguments to tab_options to specify these as with the container height, width, and overflow values.