Tiggles ツ of Speak Creative
4/17/2019 - 2:37 PM

Simple Responsive Tables

will hunt for tables, and serve them to scroll-x if applicable

ie - http://cloud.madebyspeak.com/6565d4

$("table").each(function() {
  $(this).wrap("<div style='overflow-X: auto; max-width: 100%;' />");
})