🎈 Welcome to the Marketplace β€” Explore and discover the ecosystem around DatoCMS, and share your own work with the community!

Advanced Table Editor

A table editor that includes boolean and rich text editable cells

This is a Community Plugin! Learn how create your own plugin, or copy and remix existing ones in our documentation β†’

Dato CMS Feature Table Plugin

Built on top of a community table plugin to accommodate different table styles.

Each cell has the option to be either a rich text or checkbox field. However, the first column will always be set to rich text unless a column header is entered.

A row can optionally be collapsible by selecting "Make row collapsible" in the row's dropdown settings. This will add the row's index to the collapsibleRows JSON field.

Column headers can be hidden by clicking "Hide column headers button". This will change the hasColumnHeaders JSON field to false. However, the JSON output will still include column names as that is how the data is organized.

Usage:

Use this plugin as the presentation in any JSON field.

Output

{
"collapsibleRows": [],
"hasColumnHeaders": true,
"columns": ["", "Col 1", "Col 2"],
"data": [
{
"": { "heading": "Row 1", "content": "" },
"Col 1": {
"heading": "Sample Rich Text Heading",
"content": "Sample Rich Text Content"
},
"Col 2": { "heading": "Sample Rich Text Heading", "content": "" }
},
{
"": { "heading": "Row 2", "content": "" },
"Col 1": false,
"Col 2": true
}
]
}
Advanced Table Editor
A table editor that includes boolean and rich text edit…
Publisher
Author gravatarhashibot-web
Package
Visit NPM
Current version
0.1.3
Installs count
Last update