What is WP Table Builder plugin?
WP Table Builder is a drag-and-drop WordPress table plugin designed for marketers and content creators who need visually appealing tables — particularly comparison tables, pricing tables, and product feature tables — without writing CSS. Unlike TablePress (which focuses on data management with a spreadsheet interface) or wpDataTables (which emphasizes data source connections), WP Table Builder prioritizes visual table design with cells that can contain styled text, images, buttons, star ratings, lists, and shortcodes.
The plugin uses a drag-and-drop cell editor where each cell is an independent visual element — you choose the content type (text block, image, button, star rating, list, shortcode) for each cell rather than entering raw data. This approach makes WP Table Builder particularly effective for hand-crafted comparison tables where cells contain mixed content types, such as a “Best For” column with descriptive text alongside a “Rating” column with star graphics and a “Price” column with styled buttons.
The free version provides unlimited tables with basic styling. WP Table Builder Pro ($49/year) adds responsive tables with column hiding on mobile, sticky headers, more cell content types, table import/export, column sorting, and an extended template library. For affiliate marketers and bloggers who create product comparison content, WP Table Builder’s visual approach produces better-designed tables faster than TablePress. For data-driven tables sourced from spreadsheets or databases, TablePress or wpDataTables are more appropriate.
Need Help With WP Table Builder Setup, Troubleshooting, or Customization?
Need help with WP Table Builder? Whether you are dealing with errors, broken functionality, styling problems, plugin conflicts, or advanced customization, we can help you fix the issue and get the plugin working properly on your WordPress site.
Get WP Table Builder Expert HelpKey Features
- Drag-and-drop table builder with per-cell content type selection
- Cell content types: text, image, button, star rating, list item, shortcode
- Pre-built table templates for comparison and pricing tables
- Responsive column hiding on mobile (Pro)
- Sticky header rows (Pro)
Pros & Cons
Pros
- Best-looking comparison tables out-of-box without CSS customization
- Visual drag-and-drop cell editor makes complex mixed-content tables accessible to non-developers
- Star rating and button cell types are directly useful for affiliate review tables
Cons
- Not suitable for data-heavy or database-sourced tables — designed for manually-built visual tables
- Responsive mobile tables require Pro upgrade
Free vs Premium
Free: unlimited tables, basic styling, core cell types. Pro ($49/year, unlimited sites): responsive column hiding, sticky header, sorting, import/export, advanced templates.
Common Problems & Fixes
WP Table Builder table is overflowing its container on mobile — content is cut off or the table extends beyond the page width. How do I fix this?
For mobile overflow issues: (1) enable horizontal scrolling in the table settings — this wraps the table in a scrollable container so visitors can swipe to see all columns; (2) upgrade to Pro and enable Responsive Mode — this hides lower-priority columns on narrow screens; (3) reduce column count or use shorter content in cells for better mobile fit. In the table editor, preview the table at mobile width to identify which columns cause overflow. For minor overflow, add overflow-x: auto to the table’s parent container via custom CSS.
A button cell in WP Table Builder is not opening the correct URL — clicking the button navigates to the wrong page. How do I fix this?
Open the table editor and click the button cell. In the cell settings panel, verify the URL field contains the correct destination URL including the protocol (https://). If the URL was copied from a browser, ensure no URL-encoding issues occurred. For affiliate links (which often contain special characters), URL-encode or test the link by pasting it directly in a browser tab. Also check if the “Open in new tab” setting matches your intent — affiliate links typically should open in a new tab to preserve the referring page.
WP Table Builder is conflicting with my page builder — the table does not display correctly inside Elementor. How do I fix this?
WP Table Builder provides a dedicated Gutenberg block and shortcode for embedding. Inside Elementor: (1) use an Elementor Shortcode widget and paste the WP Table Builder shortcode [wptb id=X]; (2) ensure the WP Table Builder assets (CSS and JavaScript) are not being dequeued by Elementor’s performance settings — in Elementor → Settings → Advanced, check if “Improved Asset Loading” is excluding WP Table Builder assets; (3) clear Elementor’s cache after embedding. For Elementor Pro users, the WP Table Builder Elementor widget (if available in your version) provides native embedding.
Customization & Developer Notes
How do I create a product comparison table with star ratings using WP Table Builder?
Create a new table with columns for Product Name, Key Feature 1, Key Feature 2, Rating, and Action (CTA button). For the Rating column cells: click each cell, select “Star Rating” as the content type, set the number of stars filled (e.g., 4.5 out of 5). For Action cells: select “Button” content type, enter the button text and URL. Style the header row with a background color and the “best value” column with a highlight color in cell settings. Use a pre-built “Comparison” template as a starting point to reduce initial setup time.
Can WP Table Builder be used to show WordPress post data dynamically?
WP Table Builder is designed for manually-built static tables — it does not connect to WordPress post data dynamically. For dynamic WordPress post data in table format (showing recent posts, WooCommerce products, or custom post types as a table), use a dedicated plugin: Posts Table Pro (Barn2 Plugins) for standard posts, Ninja Tables Pro for WooCommerce products, or wpDataTables for database-connected dynamic tables.
Frequently Asked Questions
Is WP Table Builder or TablePress better for an affiliate blog comparison table?
WP Table Builder produces more visually polished comparison tables faster, with built-in star ratings, buttons, and image cells that affiliate tables commonly need. TablePress requires CSS customization to achieve comparable visual quality. For affiliate bloggers who prioritize presentation over data management, WP Table Builder free produces better-looking tables with less effort. TablePress is better if you need to import data from spreadsheets, manage many tables centrally, or need advanced DataTables filtering functionality.
Does WP Table Builder support shortcode content inside table cells?
Yes — WP Table Builder includes a “Shortcode” cell content type. Insert any WordPress shortcode into a cell, and it renders when the table is displayed on the frontend. This enables embedding WooCommerce add-to-cart buttons, contact forms, countdown timers, or any plugin output inside table cells — extending WP Table Builder’s visual comparison capabilities with dynamic shortcode content.
Can WP Table Builder break after updates?
Yes, that can happen, especially on older sites with many plugins. This usually happens when the plugin, theme, and add-ons are updated out of sequence. In most cases, testing on staging catches the issue before it reaches the live site. From experience, backups and changelog reviews save a lot of cleanup time.
What should I check before installing WP Table Builder?
Start by checking whether another plugin already does the same job. In most cases, overlap is what creates avoidable conflicts and performance issues. A common issue is installing a plugin because it looks convenient without checking the stack first. From experience, a short compatibility review avoids most of the pain later.