Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Jeradin/acf-dynamic-table-field
A Dynamic Fable field for Advanced Custom Fields
https://github.com/Jeradin/acf-dynamic-table-field
Last synced: 27 days ago
JSON representation
A Dynamic Fable field for Advanced Custom Fields
- Host: GitHub
- URL: https://github.com/Jeradin/acf-dynamic-table-field
- Owner: Jeradin
- Created: 2014-11-10T22:38:49.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-03-04T16:09:05.000Z (9 months ago)
- Last Synced: 2024-08-03T17:10:33.565Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 144 KB
- Stars: 33
- Watchers: 9
- Forks: 6
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-acf - Dynamic Table - Adds a Dynamic Table Field to Advanced Custom Fields. (Third-Party Add-Ons)
README
=== Advanced Custom Fields: Dynamic Table Field ===
Contributors: Jeradin
Tags: acf, acf add-on, dynamic table, advanced tables
Requires at least: 4.0
Tested up to: 4.0
Stable tag: trunk
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html**WARNING: Upgrading from ACF4 to ACF5 can corrupt data in the table output.**
== Description ==
Adds a Dynamic Table Field to Advanced Custom Fields.This is an add-on for the [Advanced Custom Fields](http://wordpress.org/extend/plugins/advanced-custom-fields/)
WordPress plugin and will not provide any functionality to WordPress unless Advanced Custom Fields is installed
and activated.The Dynamic Table field gives a few basic options:
Table Class - Custom Table Class for the Front End template.
Max Rows - Sets the maximum rows for the table in the admin section.
Disable Sort - this will disable drag and drop sorting of rows in the admin.
Fixed Columns - Set a fixed column count and text for the headers.
Default Headers - If Fixed Columns is checked, you will need to enter default headers, one per line.Thanks to micc83 for his table editor plugin: https://github.com/micc83/editTable
= Source Repository on GitHub =
https://github.com/Jeradin/acf-dynamic-table-field= Bugs, Questions or Suggestions =
https://github.com/Jeradin/acf-dynamic-table-field/issues== Installation ==
The Website Field plugin needs to be added to your themes.
1. Download the zip file and upload as any Wordpress plugin.
== Frequently Asked Questions === I've activated the plugin, but nothing happens! =
Make sure you have [Advanced Custom Fields](http://wordpress.org/extend/plugins/advanced-custom-fields/) installed and
activated. This is not a standalone plugin for WordPress, it only adds additional functionality to Advanced Custom Fields.== Screenshots ==
1. Table Editor.
2. Field Settings.## Future Features ##
## Changelog ##
### 1.1
* Updated code to work with V5### 1.0.1
* fixed an unclosed tbody### 1.0
* Initial Release