Wrap Table

Wrap a container div around markup tables.

Processwire - Wrap Table


Processwire wrap table module is a textformatter module for processwire CMS/CMF. It is wrapping markup tables with a div container. wrapping tables with div containers simplifies the process of displaying responsive tables in the frontend.

The css classes for the wrapper and the table are configurable. .table-responsive / .table

by default the module produces the following markup:

<div>
    <table>
    ...
    </table>
</div>

Install and use modules at your own risk. Always have a site and database backup before installing new modules.