You are here

README.txt in TableField 8.2

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

File

tablefield_cellspan/README.txt
View source
  1. CONTENTS OF THIS FILE
  2. ---------------------
  3. * Introduction
  4. * Requirements
  5. * Installation
  6. * Configuration
  7. * Maintainers
  8. INTRODUCTION
  9. ------------
  10. The TableField Cellspan module let's you use #colspan# and #rowspan# markers
  11. to colspan and rowspan fields for advanced table layouts.
  12. * For a full example of how that's supposed to work see:
  13. https://www.drupal.org/project/tablefield/issues/2097757#comment-9736361
  14. * To submit bug reports and feature suggestions, or to track changes:
  15. https://www.drupal.org/project/tablefield/issues/2985110
  16. REQUIREMENTS
  17. ------------
  18. This module requires the following modules:
  19. * TableField (https://www.drupal.org/project/tablefield)
  20. INSTALLATION
  21. ------------
  22. * Install as you would normally install a contributed Drupal module. Visit:
  23. https://www.drupal.org/docs/8/extending-drupal-8/installing-drupal-8-modules
  24. for further information.
  25. CONFIGURATION
  26. -------------
  27. The module has no menu or modifiable settings. There is no configuration. When
  28. enabled, the module will transform #colspan# and #rowspan# tokens into proper
  29. table markup.
  30. MAINTAINERS
  31. -----------
  32. Current maintainers:
  33. * https://www.drupal.org/u/dobe - Initial D7 snippet
  34. * https://www.drupal.org/u/runzipel - D7 snippet update
  35. * https://www.drupal.org/u/cristianalcaraz - D8 snippet update
  36. * https://www.drupal.org/u/leymannx - sub-module creation