Core module
Disabled
Module tags
Tags
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;
}
Issues
Related issues
Questions
Related modules
Resources
Articles
Change records
Project updates
Tips