Install

Works with Drupal: 7.x

Using Composer to manage Drupal site dependencies

Downloads

Download tablefield-7.x-3.0.tar.gztar.gz 22.57 KB
MD5: f2c5cb393ce6743c749464057cd72d6d
SHA-1: b23c04a067a09aebdb2e0463ec25b0fe25f12a41
SHA-256: 02746a8c71d1f544ff3fe85fdde72a19034ac511e3ab3dd2452e4c9c03eb3133
Download tablefield-7.x-3.0.zipzip 24.66 KB
MD5: c430f82966e2fcad75763a23c7d762fe
SHA-1: 197607c4912b1faa10962ac79e2125cf013c3d11
SHA-256: aeb4c5abcac26444b102e6d9bd8472bf78bca8e518f0238f203dd8fe3fdf3670

Release notes

Offers a new data structure for storing tables besides of multiple new features and bug fixes.

Upgrading from tablefield-7.x-2.x to tablefield-7.x-3.x

A database update script using hook_update_N is provided that takes care of:
- converting existing table to a new database structure
- moving existing field settings to display settings instead, maintaining the
values.

It should be noted that the database structure has fundamentally changed. If
you use (custom) code that interacts directly with the tablefield data you
would probably have to revise the code.

Backup your database and take note of what version of the module you currently
use (of make a copy if it is a dev version). After you run update.php check
your existing tables and their settings thoroughly.

Changes since 7.x-2.5

Created by: lolandese
Created on: 4 Mar 2017 at 12:43 UTC
Last updated: 17 Apr 2019 at 19:18 UTC
Bug fixes
New features
Insecure

Other releases