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;
}
Core module
no
Stability
Secure
Issues
Questions
Resources
Articles
Change records
Project updates
Tips