onedrop/fattable

There is no license information available for the latest version (2.0.0) of this package.

Provides NodeType based HTML-tables for Neos

Installs: 77

Dependents: 0

Suggesters: 0

Security: 0

Stars: 4

Watchers: 4

Forks: 1

Open Issues: 0

Language:HTML

Type:neos-package

2.0.0 2017-09-14 11:54 UTC

This package is auto-updated.

Last update: 2024-10-25 06:48:02 UTC


README

This package provides the possibility to maintain HTML tables in Neos with real content (not Aloha). The NodeType Onedrop.FatTable:Table is added and can be placed anywhere.

It's currently optimized to have table, row and cell properties and functionality that maps Bootstrap3.

Compatibility

How-To:

Install:

Use the command composer require onedrop/fattable to add this package as a requirement to your Neos project. (Or: Download the zip and unpack it to Packages/Application/Onedrop.FatTable)

Usage:

Just place the new table NodeType anywhere and add TableRows inside the table and TableCells inside the rows. Inside the TableCells you can use any content you like.

Future improvements:

  • Provide an easy way to bootstrap a table (row, column config) and to quickly add and remove rows and cols
  • Make TableRow and TableCell nodeType only visible inside the expected ContentCollection (currently global visible)