Allows tables to become scrollable. Useful for large tables.
Arguments
- tab
Table to format.
- width
A character string indicating the width of the box. Can be in pixels (e.g. "50px") or as a percentage (e.g. "50%").
- height
A character string indicating the height of the box. Can be in pixels (e.g. "50px") or as a percentage (e.g. "50%").
- full_width
Logical, whether table should fill out entire width of the page.