Title: Advanced WP Table
Author: Mainul Hassan
Published: <strong>March 14, 2020</strong>
Last modified: April 20, 2026

---

Search plugins

![](https://ps.w.org/advanced-wp-table/assets/banner-772x250.png?rev=3538861)

![](https://ps.w.org/advanced-wp-table/assets/icon-256x256.gif?rev=3538861)

# Advanced WP Table

 By [Mainul Hassan](https://profiles.wordpress.org/shamimmoeen/)

[Download](https://downloads.wordpress.org/plugin/advanced-wp-table.2.0.0.zip)

 * [Details](https://wordpress.org/plugins/advanced-wp-table/#description)
 * [Reviews](https://wordpress.org/plugins/advanced-wp-table/#reviews)
 *  [Installation](https://wordpress.org/plugins/advanced-wp-table/#installation)
 * [Development](https://wordpress.org/plugins/advanced-wp-table/#developers)

 [Support](https://wordpress.org/support/plugin/advanced-wp-table/)

## Description

**Advanced WP Table** lets you create and manage data tables using the WordPress
block editor. Use the dedicated Tables admin section to manage reusable tables, 
or insert the Advanced Table block directly into any post or page.

#### Features

 * **Rich text cells** — bold, italic, links, inline images, strikethrough, and 
   code formatting
 * **Header and footer sections** — designate header and footer rows for your table
 * **Column alignment** — align columns left, center, or right
 * **Table caption** — add a description below the table
 * **Row and column management** — insert, delete, duplicate, and move rows and 
   columns
 * **Striped rows** — alternating row background colors for readability
 * **Fixed layout** — distribute column widths evenly
 * **Reusable tables** — manage tables in a dedicated section and embed anywhere
   via shortcode
 * **Responsive tables** — horizontal scroll for wide tables on small screens

#### Usage

 1. Go to **Tables > Add New** in your WordPress dashboard.
 2. Set the number of rows and columns, then click **Create Table**.
 3. Edit cells, configure settings in the sidebar, and publish.
 4. Embed the table using the shortcode shown in the Tables list, or insert the **Advanced
    Table** block directly into any post or page.

## Screenshots

 * [[
 * Table setup form — set the number of rows and columns to create a table.
 * [[
 * Table editor — edit cells with rich text formatting in the block editor.
 * [[
 * Edit table dropdown — insert, delete, duplicate, and move rows and columns.
 * [[
 * Column alignment — align column content to start, center, or end.
 * [[
 * Table settings — configure fixed layout, header, footer, and striped rows.
 * [[
 * Tables list — manage all tables with shortcode column for easy embedding.
 * [[
 * Frontend output — a styled table rendered on the frontend.

## Blocks

This plugin provides 1 block.

 *   Advanced Table Advanced table block for WordPress with rich text, styling, 
   and reusable table support.

## Installation

 1. Upload the `advanced-wp-table` directory to `/wp-content/plugins/`
 2. Activate the plugin through the Plugins menu in WordPress

## FAQ

### How do I embed a table in a post or page?

Two ways:
 1. Use the shortcode `[advanced_wp_table id="123"]` (replace 123 with
your table ID). 2. Insert the **Advanced Table** block directly in the block editor.

### Can I reuse the same table across multiple pages?

Yes. Create the table in **Tables > Add New**, then use the shortcode to embed it
anywhere. Editing the table updates it everywhere.

### Can I modify the table output?

Yes. Use the WordPress `render_block_advanced-wp-table/table` filter to customize
the rendered HTML.

### Does it work with classic themes?

Yes. The shortcode works in any theme. The block editor is used for editing tables
regardless of theme type.

### Does it work with the Classic Editor plugin?

Yes. Advanced WP Table ensures the block editor stays enabled for tables even when
the Classic Editor plugin is active.

## Reviews

![](https://secure.gravatar.com/avatar/cee1b3b1d3239eca214c81c9a9971359511476366ee902e3f973ad68b4d19d48?
s=60&d=retro&r=g)

### 󠀁[Helpful Plugin For WP table](https://wordpress.org/support/topic/helpful-plugin-for-wp-table/)󠁿

 [Sakhawat Tahsan](https://profiles.wordpress.org/sakhawat1997/) July 16, 2020

It’s very helpful for amazon product listing. The amazing table create plugin with
a custom design. It’s easy to use. Edit, delete, Duplicate any row column. Simple
but working perfectly. Thank you for sharing a good plugin.

 [ Read all 1 review ](https://wordpress.org/support/plugin/advanced-wp-table/reviews/)

## Contributors & Developers

“Advanced WP Table” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ Mainul Hassan ](https://profiles.wordpress.org/shamimmoeen/)

“Advanced WP Table” has been translated into 3 locales. Thank you to [the translators](https://translate.wordpress.org/projects/wp-plugins/advanced-wp-table/contributors)
for their contributions.

[Translate “Advanced WP Table” into your language.](https://translate.wordpress.org/projects/wp-plugins/advanced-wp-table)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/advanced-wp-table/),
check out the [SVN repository](https://plugins.svn.wordpress.org/advanced-wp-table/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/advanced-wp-table/)
by [RSS](https://plugins.trac.wordpress.org/log/advanced-wp-table/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 2.0.0 (21 April 2026)

 * Complete rebuild using the Gutenberg block editor
 * Rich text cell editing with bold, italic, links, images, strikethrough, and code
 * Header and footer section support
 * Per-column text alignment (left, center, right)
 * Table caption support
 * Row and column management: insert, delete, duplicate, and move
 * Striped rows toggle
 * Fixed table layout toggle
 * Color, typography, and border customization
 * Initial table setup form with row and column count
 * Horizontal scroll for wide tables
 * RTL language support
 * Classic Editor compatibility
 * Native WordPress list table for managing tables
 * Shortcode column in the tables list

#### 1.3.2

 * 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 (13 April 2022)

 * Upgrade freemius to v2.4.3

#### 1.2.0 (03 April 2020)

 * 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 (01 April 2020)

 * 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 from 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

 * Flush and unflush rewrite rules in plugin activation and deactivation
 * Fix cell vertical align design issue
 * Add option to clone row
 * Wrap table inside unique id

#### 1.0.0 (14 March 2020)

 * Initial release.

## Meta

 *  Version **2.0.0**
 *  Last updated **1 month ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 6.3 or higher **
 *  Tested up to **6.9.4**
 *  PHP version ** 7.4 or higher **
 *  Languages
 * [English (US)](https://wordpress.org/plugins/advanced-wp-table/), [Spanish (Mexico)](https://es-mx.wordpress.org/plugins/advanced-wp-table/),
   [Spanish (Spain)](https://es.wordpress.org/plugins/advanced-wp-table/), and [Spanish (Venezuela)](https://ve.wordpress.org/plugins/advanced-wp-table/).
 *  [Translate into your language](https://translate.wordpress.org/projects/wp-plugins/advanced-wp-table)
 * Tags
 * [data table](https://wordpress.org/plugins/tags/data-table/)[gutenberg table](https://wordpress.org/plugins/tags/gutenberg-table/)
   [responsive table](https://wordpress.org/plugins/tags/responsive-table/)[table](https://wordpress.org/plugins/tags/table/)
 *  [Advanced View](https://wordpress.org/plugins/advanced-wp-table/advanced/)

## Ratings

 5 out of 5 stars.

 *  [  1 5-star review     ](https://wordpress.org/support/plugin/advanced-wp-table/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/advanced-wp-table/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/advanced-wp-table/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/advanced-wp-table/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/advanced-wp-table/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/advanced-wp-table/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/advanced-wp-table/reviews/)

## Contributors

 *   [ Mainul Hassan ](https://profiles.wordpress.org/shamimmoeen/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/advanced-wp-table/)