Skip to content

A user-definable table field type for Craft CMS

License

Notifications You must be signed in to change notification settings

debd/tablemaker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Table Maker plugin for Craft CMS 3.x

A user-definable table field type for Craft CMS

Requirements

This plugin requires Craft CMS 3.0.0 RC or later.

Installation

To install the plugin, follow these instructions.

  1. Open your terminal and go to your Craft project:

     cd /path/to/project
    
  2. Then tell Composer to load the plugin:

     composer require supercool/tablemaker
    
  3. In the Control Panel, go to Settings → Plugins and click the “Install” button for Table Maker.

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

About

A user-definable table field type for Craft CMS

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 50.3%
  • JavaScript 42.5%
  • Twig 5.6%
  • CSS 1.6%