Super Dynamic Table
This module introduces a new field type for creating dynamic HTML tables directly within the content editing form. It allows users to build tables with captions and headers, storing all the table data as a single JSON value.
Super Dynamic Table
Provides an SD Table field type for building rich, dynamic HTML tables
directly in the content edit form -- no sub-fields, no separate paragraph
types per row. The entire table (caption, header-column flag, and the full
grid of cells) is stored as one JSON value.
Requirements
- Drupal 11 or 12 (`core_version_requirement: ^11 || ^12`).
- Core modules: `field`, `file`, `filter`, `editor`, `ckeditor5`.
Depends on
Dependencies of the latest stable release
- ckeditor5 Drupal core
- editor Drupal core
- field Drupal core
- file Drupal core
- filter Drupal core
Required by
Tracked projects that depend on this one
No tracked projects depend on this one yet.