You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`header`|`Sequence[SupportsStr]`, `None`<br/>(Default: `None`) | First table row seperated by header row separator. Values should support `str()`|
209
+
|`body`|`Sequence[Sequence[SupportsStr]]`, `None`<br/>(Default: `None`)| 2D List of rows for the main section of the table. Values should support `str()`|
210
+
|`footer`|`Sequence[SupportsStr]`, `None`<br/>(Default: `None`)| Last table row seperated by header row separator. Values should support `str()`|
211
+
|`column_widths`|`Sequence[Optional[int]]`, `None`<br/>(Default: `None`/ automatic)| List of column widths in characters for each column |
0 commit comments