Vertical and horizontal scrollbars

If you want scrollbars, just set container width, height and overflow: scroll in CSS.

This demo shows table of 1000 rows and columns. Only visible part is rendered. Native div scrollbar is used to scroll through the table.