Skip to content

millipedia/TextformatterTableWrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

TextformatterTableWrapper

Simple Processwire TextFormatter to wrap a table in a div.

We use this to stop tables becoming unreadble on small devices by setting a min width and overflow-x: scroll on the wrapper.

.table-wrapper{  
    max-width: 100%;  
    overflow-x: scroll;
}

.table-wrapper > table{
    min-width: 480px;
}

Installation

The Processwire way.

How to use

Add this Textformatter in the details tab of the desired Textfield.

About

Processwire TextFormatter to wrap a table in a div

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published