Blizz Table Field
Component ID
2906144
Component name
Blizz Table Field
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Downloads
610
Component created
Component changed
Component body
Provides an easy to use table field just to display static tables.
This Module makes use from the JS-library "handsontable" to have an editable tables in the backend. It provides formatting options left/right-align, table headers and more.
Inside the table you can not use HTML but you can use MarkDown what will be rendered as HTML.
Install by composer
There are two JS-libraries required by this module: Handsontable and PapaParse. Both will be required by composer with following configuration in your composer.json.
"repositories": [
... ,
{
"type": "composer",
"url": "https://asset-packagist.org"
}
],
"require": {
...
"oomphinc/composer-installers-extender": "^1.1",
"drupal/blizz_table_field": "~1.0"
}
"extra": {
"installer-types": [
"bower-asset"
],
"installer-paths": {
"docroot/libraries/{$name}": [
"type:drupal-library",
"type:bower-asset"
],
...
}
After install, check the Drupal-status-page if you can find the libraries in the /docroot/libraries folder
