CONTENTS OF THIS FILE
---------------------

 * Introduction
 * Requirements
 * Installation
 * Configuration
 * Maintainers

INTRODUCTION
------------

The TableField Cellspan module let's you use #colspan# and #rowspan# markers
to colspan and rowspan fields for advanced table layouts.

 * For a full example of how that's supposed to work see:
   https://www.drupal.org/project/tablefield/issues/2097757#comment-9736361

 * To submit bug reports and feature suggestions, or to track changes:
   https://www.drupal.org/project/tablefield/issues/2985110

REQUIREMENTS
------------

This module requires the following modules:

 * TableField (https://www.drupal.org/project/tablefield)

INSTALLATION
------------

 * Install as you would normally install a contributed Drupal module. Visit:
   https://www.drupal.org/docs/8/extending-drupal-8/installing-drupal-8-modules
   for further information.

CONFIGURATION
-------------

The module has no menu or modifiable settings. There is no configuration. When
enabled, the module will transform #colspan# and #rowspan# tokens into proper
table markup.

MAINTAINERS
-----------

Current maintainers:
 * https://www.drupal.org/u/dobe - Initial D7 snippet
 * https://www.drupal.org/u/runzipel - D7 snippet update
 * https://www.drupal.org/u/cristianalcaraz - D8 snippet update
 * https://www.drupal.org/u/leymannx - sub-module creation
