Skip to content

nottinghamcollege/tablemaker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Table Maker plugin for Craft CMS 3.x

A user-definable table field type for Craft CMS

⚠️ This is a fork of the original tablemaker plugin, it exists for our own reasons related to migrating to Craft CMS 3 smoothly which the core plugin doesn't do. You are welcome to use this plugin, but you will need to add it to your composer.json as repository first.

Requirements

This plugin requires Craft CMS 3.0.0 RC or later.

Installation

As this is a fork, trying to install this through the usual composer require method will pull in the original plugin, you will need to add this to the repositories section of your composer.json before requiring it.

"repositories": [
   {
       "url": "https://github.com/nottinghamcollege/tablemaker.git",
       "type": "git"
   }
]

You can then require the package as normal.

composer require supercool/tablemaker

Table Maker Overview

A field type that enables your users to create their own columns, controlling the width and alignment of each:

columns

They can then fill in the data like a normal Table field and access both the columns and rows in Twig:

rows

See the docs for more details on installation and templating.

Brought to you by Supercool Ltd and modified by Nottingham College

About

A user-definable table field type for Craft CMS

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 91.5%
  • Twig 8.5%