Advanced Custom Fields: Table Field

Wordpress Plugin
Download latest - 1.3.17

Developers

Jonua

Download Stats

Today 239
Yesterday 308
Last Week 1,755
All Time 78,148
Banner 772x250

The Table Field Plugin enhances the functionality of the "Advanced Custom Fields" plugin with easy-to-edit tables.

This plugin requires the "Advanced Custom Fields" plugin or the Pro version!

The table field works also with the repeater and flexible field types and supports the ACF Blocks for Gutenberg

Features

  • Table Header (Option)
  • Table Caption (Option)
  • Support for ACF Gutenberg blocks
  • Add and remove table columns and rows
  • Change order of columns and rows by dragging
  • To move to the next cells editor press key: tab
  • To move to the previous cells editor press key: shift + tab

Releases (23 )

Version Release Date Change Log
1.3.17 2022-11-14
  • Changes registering the ACF field type using the acf_register_field_type methode.
  • Removes support for ACF version 4.
1.3.16 2022-09-30
  • Fixes an logical error causing PHP warnings
1.3.15 2022-01-11
  • Fixes an issue with count() in PHP8
1.3.14 2021-07-02
  • Prevents the font-size and line-height in the blue editor window of the table cells from being overwritten by other styles.
  • Fixes an issue in update_field() where setting the "use_header" option to false did not work.
1.3.13 2021-05-20
  • Fixes missing sortable columns and rows in ACF Gutenberg blocks
  • Updates depricated jQuery functionalities
1.3.12 2021-03-10
  • Updates styles of acf buttons plus and minus
1.3.11 2020-11-19
  • Adds support for updating term type by update_field()
1.3.10 2020-05-20
  • Fixes table cell content and caption update issue on ACF Gutenberg blocks
  • Replaces jQuery depricated size() methode by .length property
1.3.9 2019-11-13
  • Fixes broken ACF select field styles in WordPress 5.3.
  • Fixes an issue when adding or removing columns using update_field().
1.3.8 2019-10-09
  • Fixes an issue where the option "use header" was not applied on updating a field with update_field().
  • Fixes an issue where percent characters in a table field content causes an JavaScript error.
1.3.7 2019-09-24
  • Fixes an issue where the table header was not displayed on a page preview.

=

1.3.6 2019-09-04
  • Fixes an issue when changing the field type to table of a field that already has content in the database from another field type.

=

1.3.5 2019-03-01

Fixes an issue that removes table header content using update_field() while option "use header" is set to "no". * Fixes an issue with the update_post_metadata filter

1.3.4 2019-02-25

Fixes an issue that prevents the removal of table contents.

=

1.3.3 2019-02-25
  • Fixes returning empty table after saving content containing a single quote.
1.3.2 2019-02-24

Fixes returning empty table after saving content containing quotes. Fixes an issue using update_field() on a table field.

1.3.1 2019-02-22
  • Changes table data storing format from JSON string to serialized array. This is due to an issue caused by third party plugins using update_post_meta() without providing wp_slash() to the value before. Existing table data values in JSON string format in the database will still exists and be compatible. When a field is saved again, the storage format changes from JSON to serialized array.
  • Fixes an PHP error of table caption

=

1.2.7 2019-02-22
  • Adds PHP constant ACF_TABLEFIELD_FILTER_POSTMETA. Setting this constant to false prevents an update_post_metadata filter looking for tablefield JSON strings destroyed by update_post_meta().

=

1.3.1-beta3 2019-02-22

= 1.3.2 = * Adds support for ACF Gutenberg blocks

= 1.3.0 = * Adds support for table caption * Still supports version 4 of ACF

= 1.2.6 = Fixes an PHP error and improves JavaScript code.

1.3.1-beta2 2019-01-10

= 1.3.1 = * Adds support for ACF Gutenberg blocks

= 1.3.0 = * Adds support for table caption * Still supports version 4 of ACF

= 1.2.6 = Fixes an PHP error and improves JavaScript code.

1.3.0 2018-11-08
  • Adds support for table caption
  • Still supports version 4 of ACF
1.2.6 2018-11-07

Fixes an PHP error and improves JavaScript code.

=

1.2.5 2018-10-26
  • Adds danish translation, thanks to Jeppe Skovsgaard