Linux 软件免费装
Banner图

WSTech Visual Table Builder

开发者 shivmaikhuri
更新时间 2026年6月18日 19:17
捐献地址: 去捐款
PHP版本: 7.4 及以上
WordPress版本: 7.0
版权: GPL-2.0-or-later
版权网址: 版权信息

标签

shortcode gutenberg table table-builder responsive-table

下载

2.0.1

详情介绍:

WSTech Visual Table Builder is a powerful Gutenberg block plugin that brings MS Word/Excel-style table creation directly into WordPress — no coding required. Create reusable tables, manage them centrally, and embed them anywhere via shortcodes. ✨ Key Features Reusable Table Management npm install npm run build Uninstall 🔧 How to Use Method 1: Reusable Tables (Recommended)
  1. Go to WSTech Tables → Add New in the admin
  2. Name your table and design it using the visual editor
  3. Click Publish
  4. Copy the shortcode from the sidebar: [wstech_table id="123"]
  5. Paste the shortcode anywhere — pages, posts, Elementor, Divi, etc. Method 2: Inline Tables (Quick)
  6. In any post/page, click + Add Block and search for "Visual Table Builder"
  7. Design your table directly in the post
  8. Save the post — your table is live!

安装:

  1. Download the plugin ZIP file.
  2. In WordPress admin, go to Plugins → Add New → Upload Plugin.
  3. Select the wstech-visual-table-builder.zip file and click Install Now.
  4. Activate WSTech Visual Table Builder from the Plugins screen.
  5. Go to WSTech Tables → Add New to create a reusable table.
  6. Publish the table and copy the shortcode from the sidebar or table list.
  7. Paste the shortcode into a post, page, widget, builder module, or template.
  8. For one-off tables, edit any post or page and add the Visual Table Builder block directly.
Manual Installation
  1. Extract the plugin ZIP.
  2. Upload the wstech-visual-table-builder folder to /wp-content/plugins/.
  3. Activate the plugin from Plugins → Installed Plugins.
  4. Confirm that WSTech Tables appears in the WordPress admin menu.
First Table Setup
  1. Go to WSTech Tables → Add New.
  2. Add a title for admin reference.
  3. Build your table manually or start from a template.
  4. Configure header row, footer row, theme, responsive mode, search, sorting, and pagination as needed.
  5. Publish the table.
  6. Copy the generated shortcode and embed it where the table should appear.

屏幕截图:

  • WSTech Tables admin management screen
  • Template picker with 10 built-in templates
  • CSV/JSON Import modal
  • Frontend table with sorting, search, pagination
  • Shortcode embedding in Elementor

升级注意事项:

2.0.0 Major release. Adds reusable tables, shortcodes, admin management, and universal builder compatibility.

常见问题:

How do I create a table?

Go to WSTech Tables → Add New, enter a title, build the table visually, configure the table settings, and click Publish. Copy the shortcode shown in the sidebar to embed the table.

How do I use shortcodes?

Use [wstech_table id="123"] for a saved table ID or [wstech_table slug="pricing-table"] for a saved table slug. Paste the shortcode anywhere WordPress supports shortcodes.

How do I embed a table in Elementor?

Create a table in WSTech Tables → Add New, publish it, copy the shortcode, then paste it into an Elementor Shortcode Widget.

Can I use the same table on multiple pages?

Yes! Create the table once in WSTech Tables, then paste the same shortcode on as many pages as you want. Editing the table updates it everywhere.

Is the plugin mobile responsive?

Yes. Use horizontal scroll mode for wide tables or Stack on Mobile mode to turn each row into a labeled mobile layout.

Does it work with Classic Editor?

Yes. Use the shortcode [wstech_table id="123"] in the Classic Editor text area.

Can I import data from Excel?

Yes. Export your Excel data as CSV, then use the Import CSV button in the block toolbar.

Can I import CSV files?

Yes. Upload a CSV file or paste CSV content into the importer. The plugin detects common delimiters and converts rows into table cells.

Can I export tables?

Yes. Use CSV export for spreadsheet data, or JSON export for a full table backup that includes styles and settings.

How does sorting work?

When you enable Sortable Columns in the sidebar, visitors can click any column header to sort. Sorting is numeric-aware and works entirely client-side.

Can I merge cells?

Yes. Shift+click to select a rectangular range, then click Merge Cells in the format bar.

Does it work with Gutenberg?

Yes. The plugin includes a native Gutenberg block for inline tables and also supports reusable tables through the Shortcode block.

Can I reuse tables?

Yes. Tables created in WSTech Tables can be embedded on multiple pages with the same shortcode.

Where is the source code for the compiled block assets?

The public source repository is https://github.com/shivmaikhuri12/wstech-visual-table-builder. Editable files are in src/, compiled files are in build/, and the production build can be regenerated with npm install followed by npm run build.

更新日志:

2.0.0 1.0.0