ITOOP Neos-Simple-Table
Simple Html-Table NodeType for Neos CMS >= 5.0, (*1)
Fork of https://github.com/dlubitz/vivomedia-neos-simple-table with additions., (*2)
What it provides
Easily adding a Table-NodeType in Neos CMS., (*3)
At the moment you can provide the data as CSV string. This will be parsed and rendered as HTML-Table., (*4)
Choose if a header row and/or a highlight column needs to be rendered., (*5)
Install
Install via composer:, (*6)
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., (*7)
Screenshots
, (*8)