Store and Display Tabular Data Using TableField

The TableField module implements a custom field that allows users to attach tabular data to any content type. Data can be entered into the table manually or imported via a CSV upload. The amount of rows and columns can be configured globally on an entity type or on a per node basis. The field can also be configured to allow users to export the tabular data as a CSV file.

In this video, we’ll create a Company content type and use this module to display opening times.

Module

drush dl tablefield
Scroll to Top