Descripción
Advanced WP Table, an easy to use plugin to create tables in WordPress. You can show the tables in posts, pages, widgets by using the shortcode.
It is fully developer friendly. Developers can alter the table markup easily using hooks to suit the design they want.
NOTE: Advanced WP Table plugin requires WordPress version 5.0 or greater.
Usage
After installing the plugin you should see a new menu in wordpress dashboard called Tables. You can manage your tables from there.
Características
- Añade fácilmente filas y columnas
- Filas y columnas arrastables
- Editor Gutenberg
- Shortcode para mostrar las tablas en cualquier parte
- Hecho usando React
Instalación
- Sube la carpeta
advanced-wp-table
al directorio/wp-content/plugins/
- Activa el plugin a través del menú «Plugins» en WordPress
FAQ
-
Can I modify the output of table markup?
-
Yes, you can. There is a hook
advanced_wp_table_output
. -
How can I show the table?
-
You need to use shortcode. As an example,
[advanced_wp_table id="1"]
. You should replace the id value to the table id.
Reseñas
Colaboradores y desarrolladores
«Advanced WP Table» es un software de código abierto. Las siguientes personas han colaborado con este plugin.
Colaboradores«Advanced WP Table» está traducido en 3 idiomas. Gracias a los traductores por sus contribuciones.
Traduce «Advanced WP Table» a tu idioma.
¿Interesado en el desarrollo?
Revisa el código , echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.
Registro de cambios
1.3.2
- Trying to migrate the table data
1.3.1
- Upgrade freemius to v2.5.8
1.3.0 (24 May 2023)
- Upgrade the npm packages, use basic textarea for the cell content
1.2.1
- Upgrade freemius to v2.4.3.
1.2.0
- Fix media upload issue in gutenberg editor following the new way comes in WordPress v5.4.
- Re-register shortcode, freeform blocks as in WordPress v5.4 the issues are gone.
- Put double quotes in shortcode used in FAQ.
1.1.0
- Add compatibility to WordPress 5.4.
- Fix shortcode issue, put double quotes between the table id.
- Add filter
advanced_wp_table_output
to alter the table markup dynamically. - Add filter
advanced_wp_table_enqueue_scripts
to load scripts dynamically. - Make post type private.
- Integrate Freemius.
- Blocks registered form other plugins can be used.
- Add option to duplicate a table.
- Add pagination in table list, update the design, show success, error messages.
- Fix duplicate row issue.
1.0.1
- Purgar y anular las reglas de reescritura en la activación y desactivación del plugin.
- Corregido el problema de diseño de la alineación vertical de la celda.
- Añadida la opción para clonar una fila.
- Envuelta la tabla dentro de un ID único.
1.0.0
- Versión inicial.