Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
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.
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.