itoop/neos-simple-table

Simple Html-Table NodeType for Neos CMS

Installs: 121

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:HTML

Type:neos-package

0.2 2019-10-25 05:19 UTC

This package is auto-updated.

Last update: 2024-04-25 14:48:38 UTC


README

Simple Html-Table NodeType for Neos CMS >= 5.0

Fork of https://github.com/dlubitz/vivomedia-neos-simple-table with additions.

What it provides

Easily adding a Table-NodeType in Neos CMS.

At the moment you can provide the data as CSV string. This will be parsed and rendered as HTML-Table.

Choose if a header row and/or a highlight column needs to be rendered.

Install

Install via composer:

php composer.phar require "itoop/neos-simple-table" "^0.2"

Usage

Just add well formated Csv with semicolon (;) as delimiter into the data-field of the inspector. Choose if your data contains any header data and if you need the first column highlighted. Select columns which shall be aligned right oder center; default is left.

Screenshots

Resulting table