itoop/neos-simple-table
composer require itoop/neos-simple-table
Simple Html-Table NodeType for Neos CMS
0.2
Readme excerpt
ITOOP Neos-Simple-TableSimple Html-Table NodeType for Neos CMS >= 5.0
Fork of https://github.com/dlubitz/vivomedia-neos-simple-table with additions.
What it providesEasily 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.
InstallInstall via composer:
php composer.phar require "itoop/neos-simple-table" "^0.2" UsageJust 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 …
Read more
The same vendor provides 2 package(s).