Install

Works with Drupal: 7.x

Using dev releases is not recommended, except for testing.

Using Composer to manage Drupal site dependencies

Downloads

Download tablefield-7.x-3.x-dev.tar.gztar.gz 34.09 KB
MD5: 0e426b3b5bbdbf582955773cd071a97c
SHA-1: d81d0478fc1b6ecf548d257777168bbffde51ffb
SHA-256: 85f285a4a7ec4f9b8654a2f75f78d4ab86ccd532a1479081528533e0ec66f710
Download tablefield-7.x-3.x-dev.zipzip 36.68 KB
MD5: 598212375e3d60c924c781f107e38ffb
SHA-1: bf747220866fc758460be4b5b3b49daff381498f
SHA-256: 1d3e91b1f3cdb35a9e8ed50d832cb1c374adfc2cf99f66e00baca04eeccf7358

Release notes

Offers a new data structure for storing tables

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 10:52 UTC
Last updated: 19 May 2020 at 19:53 UTC
Bug fixes
New features

Other releases