Table Field Add-on for ACF and SCF
By Johann Heyne
Description
The Table Field plugin is an Add-on that enhances the functionality of the Advanced Custom Fields plugin and the Secure Custom Fields plugin with easy-to-edit tables.
This plugin requires either the Advanced Custom Fields plugin or the Secure Custom Fields plugin!
The table field works with the ACF repeater and flexible field types and supports ACF Blocks for Gutenberg.
Features include optional table headers and captions, support for ACF Gutenberg blocks, adding and removing table columns and rows, and drag-and-drop functionality for reordering.
Translations are available in English, German, Danish, and Polish. You can also contribute your language to the plugin.
There is a Pro version available that offers additional features such as custom default tables, minimum and maximum row and column settings, and improved editing functionalities.
Other Notable Features
Here are a few other notable features of this free Table Field Add-on for ACF and SCF plugin.
Screenshots
FAQ
To render the table fields data as an html table in one of your template files (page.php, single.php) you can start with the following basic code example:
$table = get_field( 'your_table_field_name' ); if ( ! empty ( $table ) ) { echo '<table>'; if ( ! empty( $table['caption'] ) ) { echo '<caption>' . $table['caption'] . '</caption>'; } if ( ! empty( $table['header'] ) ) { echo '<thead>'; echo '<tr>'; foreach ( $table['header'] as $th ) { echo '<th>'; echo $th['c']; echo '</th>'; } echo '</tr>'; echo '</thead>'; } echo '<tbody>'; foreach ( $table['body'] as $tr ) { echo '<tr>'; foreach ( $tr as $td ) { echo '<td>'; echo $td['c']; echo '</td>'; } echo '</tr>'; } echo '</tbody>'; echo '</table>'; } Contributors and developers
“Table Field Add-on for ACF and SCF” is open source software. The following people have contributed to this plugin.
WPS
6.76
Average
Ratings
4.9 out of 5 | 59Version
1.3.35Last updated
1 week agoActive installations
50,000+WordPress version
6.9.4 or higherPHP version
7.4 or higherLanguages
13Tags
Acf,Advanced Custom Fields,Scf,Secure Custom Fields,TableOther plugins you might like
Classic Editor
By WordPress.org
WPS
7.65
Very Good
1.2k+reviews
active installation
Tested with
6.9.4Yoast Duplicate Post
By Yoast
WPS
7.7
Very Good
529+reviews
active installation
Tested with
6.9.4Advanced Editor Tools
By Andrew Ozz
WPS
7.53
Very Good
353+reviews
active installation
Tested with
6.9.4Advanced Custom Fields (ACF®)
By WP Engine
WPS
7.55
Very Good
1.4k+reviews
active installation
Tested with
6.9.4Custom Post Type UI
By webdevstudios
WPS
7.68
Very Good
273+reviews
active installation
Tested with
6.9.4TablePress – Tables in WordPress made easy
By Tobias Bäthge
WPS
7.55
Very Good
4.6k+reviews
active installation
Tested with
7.0