Making Tables Scroll When They're Too Wide for the Page

Taylor Sloane Updated by Taylor Sloane

Gotta show a lot of data at once? Tables are a great fit. Except if you end up with a lotta data in your table, it might go off the page.

Fear not. Paste this Javascript into Settings > Code > Javascript and we'll make your tables scroll instead:

<script>
(function() {
$(function() {
$('table').addClass('table').addClass('table-responsive').attr('border', 0);
});
})();
</script>
You'll need a HelpDocs plan with Custom Javascript to see the Javascript tab in Settings > Code

What did you think of this doc?

Using a Background Image in the Header

How to Change the Logo Link

Get in touch

This site is protected by hCaptcha and its Privacy Policy and Terms of Service apply.