TablePress

描述

TablePress is the most popular and highest rated WordPress table plugin. It allows you to easily create and manage beautiful tables on your website. You can embed the tables into posts, pages, or other site areas using a block in the block editor. Table data can be edited in a spreadsheet-like interface, without any coding. Tables can contain any type of data, even math formulas that will be evaluated. Additional features like sorting, pagination, and filtering make it easy for site visitors to interact with the table data. Tables can be imported and exported from/to Excel, CSV, HTML, and JSON files.

Even more great features for you and your site’s visitors and priority email support are available with a Premium license plan of TablePress. Go check them out!

更多信息

Visit the plugin website at tablepress.org for more information, take a look at example tables, or check out TablePress on a free test site. For latest news, follow @TablePress on Twitter.

用法

安装插件之后,您可以在 WordPress 控制面板的“TablePress”页面创建或者管理表格。

To insert a table into a post or page, add a “TablePress table” block in the block editor and select the desired table.

Examples for common styling changes via “Custom CSS” code can be found on the TablePress FAQ page.
You may also add certain features (like sorting, pagination, filtering, alternating row colors, row highlighting, print name and/or description, …) by enabling the corresponding checkboxes on a table’s “Edit” screen.

Even more great features for you and your site’s visitors and priority email support are available with a Premium license plan of TablePress. Go check them out!

授权

本插件是免费软件,按照 GPL 版本 2协议发布和授权。您可出于任意目的免费使用该软件。

屏幕截图

  • “所有表格”页面
  • “编辑”页面
  • “新增”页面
  • “导入”页面
  • “导出”页面
  • “插件选项”页面
  • “关于”页面
  • 区块编辑器中的“TablePress表格”区块
  • 表格示例(请到 TablePress 网站查看)

区块

该插件提供了1个区块.

  • TablePress table Embed a TablePress table.

安装

The easiest way to install TablePress is via your WordPress Dashboard:

  1. Go to the “Plugins” screen, click “Add New”, and search for “TablePress” in the WordPress Plugin Directory.
  2. Click “Install Now” and after that’s complete, click “Activate”.
  3. 到管理菜单的“TablePress”页面创建和管理表格。
  4. To insert a table into a post or page, add a “TablePress table” block in the block editor and select the desired table.
  5. 如果要改变表格的显示样式,可以在“插件选项”页面的“自定义 CSS”文本框中直接输入您的 CSS 样式代码并保存。

手工安装方法与其它的 WordPress 插件的安装方法一样:

  1. 下载 并解压缩该 ZIP 文件。
  2. 将 “tablepress” 文件夹移动到您的 WordPress 安装中的 “wp-content/plugins/” 目录,例如使用 FTP。
  3. 通过您的 WordPress 仪表盘的“插件”页面激活“TablePress”插件。
  4. 到管理菜单的“TablePress”页面创建和管理表格。
  5. To insert a table into a post or page, add a “TablePress table” block in the block editor and select the desired table.
  6. 如果要改变表格的显示样式,可以在“插件选项”页面的“自定义 CSS”文本框中直接输入您的 CSS 样式代码并保存。

常见问题

哪里能找到常见问题的答案?

很多问题,关于不同功能或者样式,已经在该插件网站的 FAQ 页面 上有了解答。

支持?

付费高级版支持

Users with a valid TablePress Premium license plan are eligible for Priority Email Support, directly from the plugin developer! Find out more!

免费版本用户的社区支持

有关支持问题、错误报告或者需要加入新功能,请使用 WordPress 支持论坛。请先在论坛中搜索,只有在找不到相关回答后再发布新帖。谢谢!

需求?

简而言之:WordPress 5.8 或更高版本,推荐尽量使用 WordPress 的最新版本。

语言和本地化?

TablePress 使用 “Translate WordPress” 平台。请查看 WordPress 插件目录 中的 TablePress 页面的边栏来了解我们支持的语言。

为了帮助 TablePress 使用您的语言,请到 TablePress 翻译页面,请使用免费的 wordpress.org 帐户登录并开始翻译。

开发

您可以通过插件的官方GitHub 仓库获取更及时的TablePress开发信息。

在哪里可以获取更多信息?

Visit the plugin website at tablepress.org for the latest information on TablePress or follow @TablePress on Twitter.

评价

2023年5月25日 1 回复
If it works, it is a great plugin, but unfortunately it constantly causes a "Critical Error" on the backend of WordPress. That makes this plugin pretty much useless. As soon as I deactivated the plugin the "Critical Errors" issue stopped. Granted, I am using the free version, but I am glad I do. Would I have paid for this plugin, I would have probably kicked myself.
2023年5月22日
I’ve been using TablePress for a couple of years and recently had a more complex project that needed some capabilities I had not previously implemented. TablePress has them and the support from Tobias for implementing has been outstanding. I’ve been able to customize just about everything on my table and create column specific filters for a much better customer experience.
2023年4月26日
I ran into a problem with Tablepress on gutenberg editor. I raised a support thread & received a reply back in 15 minutes flat!!!Fast & intuitive plugin with un-matchable stellar support from the author Tobias. Absolutely love it! ♥️P.S. Of course the problem is fixed in less than an hour!
阅读所有4,468条评价

贡献者及开发者

“TablePress” 是开源软件。 以下人员对此插件做出了贡献。

贡献者

“TablePress”插件已被翻译至41种本地话语言。 感谢所有译者为本插件所做的贡献。

将“TablePress”翻译成您的语言。

对开发感兴趣吗?

您可以浏览代码,查看SVN仓库,或通过RSS订阅开发日志

更新日志

Changes in recent versions are shown below. For earlier changes, please see the changelog history.

Version 2.1.3

TablePress 2.1.3 fixes a few bugs and brings some nice enhancements. For more information on changes and new features in TablePress 2.1, please see below.

  • Pasting text into table cells via the right-click context menu on the “Edit” screen now works as expected.
  • The list of allowed CSS properties in “Custom CSS” has been extended to include new properties.
  • The Server-side Processing feature now shows a loading animation while data is retrieved from the server. (TablePress Max only.)
  • The TablePress REST API now only returns the “_links” field upon request, for improved performance. (TablePress Max only.)
  • The TablePress REST API now caches the generated JSON schema, for improved performance. (TablePress Max only.)
  • Cleaned up, improved, and simplified code, for easier future maintenance, to follow WordPress Coding Standards, and to offer helpful inline documentation.
  • Several external code libraries and build tools have been updated to benefit from enhancements and bug fixes.

Version 2.1.2

TablePress 2.1.2 fixes a few bugs and brings some nice enhancements. For more information on changes and new features in TablePress 2.1, please see below.

  • The “Modules” screen now supports the Ctrl/Cmd + S keyboard shortcut for saving changes on the screen. (TablePress Pro and Max only.)
  • Some erroneously removed CSS code for the TablePress admin screens was restored.
  • The TablePress REST API now properly returns the table ID as well. (TablePress Max only.)
  • Cleaned up, improved, and simplified code, for easier future maintenance, to follow WordPress Coding Standards, and to offer helpful inline documentation.
  • Several external code libraries and build tools have been updated to benefit from enhancements and bug fixes.

TablePress 2.1.1 contains these changes:

  • The “Plugin Options” screen now supports the Ctrl/Cmd + S keyboard shortcut for saving changes on the screen.
  • Keyboard shortcuts for moving cells no longer erroneously trigger when navigating inside an edited cell.
  • A few typos in translatable strings were corrected.
  • Some instances of invalid HTML code were fixed.
  • Cleaned up, improved, and simplified code, for easier future maintenance, to follow WordPress Coding Standards, and to offer helpful inline documentation.
  • Several external code libraries and build tools have been updated to benefit from enhancements and bug fixes.

TablePress 2.1 contains these changes:

New features, enhancements, and bug fixes

  • Full compatibility with WordPress 6.2.
  • On the “Edit” screen, you can now set the desired default cell size via the “Screen Options” tab, for maximum flexibility when editing large tables.
  • The table editor’s context menu now also works when editing a cell.
  • The table editor’s context menu and keyboard shortcuts now allow inserting images and links at the current cursor position and as well as turning existing text into a link.
  • On the “Edit” screen, potential confusion is reduced by adjusting how individual sections can be collapsed.
  • Tables that use scrolling are less likely to have misplaced header cells.
  • The “Export” screen now has a button to quickly reverse a long list of tables, which can save time if you want to export a table from the end of the list.
  • The “Last Editor” of a table is again determined correctly.
  • More detailed error messages are shown on the “Edit” and “Import” screens.
  • A few styling glitches on the different TablePress admin screens have been fixed.
  • The “Edit” screen shows other available features, to make users aware of them. (TablePress Free only.)
  • The “Fixed Header” module now works more reliably with themes that use floating elements as well. (TablePress Pro and Max only.)
  • The “Alphabet Filtering” module has more options, like choosing a filtering column and alphabet, and is more robust on small screens. (TablePress Pro and Max only.)
  • The “Automatic Filtering” module also allows using commas in filter values now. (TablePress Pro and Max only.)
  • The “Column Filter Dropdowns” module now only disables selections if none can be made. (TablePress Pro and Max only.)
  • The “REST API” module now allows public and unauthenticaed requests, if desired. (TablePress Max only.)
  • The “Server-side Processing” module is more robust when dealing with large tables that use many settings. (TablePress Max only.)
  • Cleaned up, improved, and simplified code, for easier future maintenance, to follow WordPress Coding Standards, and to offer helpful inline documentation.
  • Several external code libraries and build tools have been updated to benefit from enhancements and bug fixes.

Premium versions

  • Even more great features for you and your site’s visitors and priority email support are available with a Premium license plan of TablePress. Go check them out!