README.txt |
README.txt |
|
# TableField #
Provides a simple, generic form/widget to input tabular data. The form allows
the user to select the number of rows/columns in the table, then enter the data
via textfields. Since this is a field it is revision… |
tablefield.css |
css/tablefield.css |
|
Styles for Table fields themselves and the form field as well. |
tablefield.info |
tablefield.info |
|
name = TableField
description = Defines a tabular data field.
core = 7.x
; 5.4.0 JSON_PRETTY_PRINT, JSON_UNESCAPED_SLASHES, and JSON_UNESCAPED_UNICODE options were added.
php = 5.4
package = Fields
dependencies[] = field
configure =… |
tablefield.install |
tablefield.install |
|
Installation options for TableField. |
tablefield.module |
tablefield.module |
|
Provides a set of fields that can be used to store tabular data with a node. |
tablefield_sort.css |
css/tablefield_sort.css |
|
Sorting indicator (arrow up/down). |
UPGRADE.txt |
UPGRADE.txt |
|
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 diplay settings instead,… |