Responsive Table Filter

Wraps tables in configured text formats with .responsive-figure-table with css for horizontal scrolling.

This module just provides the filter plugin, but you might need to have scrolling tables in views or other places so this could be done in the table template in your theme instead.

Here is the CSS:

.responsive-figure-table {
  max-width: 100%;
  overflow-x: auto;
  margin: 0;
}

https://alistapart.com/article/web-typography-tables/

Module tags
Stability
Secure
Tags