説明
TablePress allows you to easily create and manage beautiful tables. You can embed the tables into posts, pages, or text widgets with a simple Shortcode. Table data can be edited in a spreadsheet-like interface, so no coding is necessary. Tables can contain any type of data, even formulas that will be evaluated. An additional JavaScript library adds features like sorting, pagination, filtering, and more for site visitors. Tables can be imported and exported from/to Excel, CSV, HTML, and JSON files.
詳細情報
Please visit the plugin website at tablepress.org for more information or a demo. For latest news, follow @TablePress on Twitter.
将来の開発をサポート
If you like TablePress, please rate and review it here in the WordPress Plugin Directory or support it with your donation. Thank you!
TablePress エクステンション
Additional features and useful enhancements are available as separate plugins, called TablePress エクステンション, on the plugin website.
Do you have a lot of tables? You can organize them in folders! Wicked Folders Pro supports TablePress and might be the right solution for you.
使い方
After installing the plugin, you can create and manage tables on the “TablePress” screen in the WordPress Dashboard.
To show one of your tables in a post or on a page, embed the Shortcode [table id=<the-ID> /]
into a “Shortcode” block at the desired place in the block editor. Each table has a unique ID that needs to be adjusted in that Shortcode.
After that, you might want to change the styling of the table. You can do this by entering CSS commands into the “Custom CSS” textarea on the “Plugin Options” screen. Some examples for common styling changes 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.
謝辞
Special thanks go to Allan Jardine for the DataTables JavaScript library.
Thanks to all language file translators!
Thanks to every donor, supporter, and bug reporter!
ライセンス
このプラグインは GPL バージョン 2 (http://www.gnu.org/licenses/gpl-2.0.html) の下でリリースおよびライセンスされているフリーソフトウェアです。
いかなる目的のためにも無料で使用できます。
スクリーンショット
インストール
The easiest way to install TablePress is via your WordPress Dashboard. Go to the “Plugins” screen, click “Add New”, and search for “TablePress” in the WordPress Plugin Directory. Then, click “Install Now” and wait a moment. Finally, click “Activate” and start using the plugin!
手動インストールは他の WordPress プラグインと同じように動作します:
- Download and extract the ZIP file.
- Move the folder “tablepress” to the “wp-content/plugins/” directory of your WordPress installation, e.g. via FTP.
- Activate the plugin “TablePress” on the “Plugins” screen of your WordPress Dashboard.
- Create and manage tables by going to the “TablePress” screen in the admin menu.
- To insert a table into a post or page, copy its Shortcode
[table id=<ID> /]
and paste it into a “Shortcode” block at the desired place in the block editor. Each table has a unique ID that needs to be adjusted in that Shortcode. - You can change the table styling by using CSS code, which can be entered into the “Custom CSS” textarea on the “Plugin Options” screen.
FAQ
-
Many questions, regarding different features or styling, have been answered on the FAQ page on the plugin website.
-
サポートの質問、バグレポート、または機能のリクエストについては、WordPress サポートフォーラムをご利用ください。検索を利用し、もし既存の答えが見つからなければ新しいスレッドを開いてください。ありがとう!
-
In short: WordPress 5.6 or higher, while the latest version of WordPress is always recommended.
-
TablePress uses the “Translate WordPress” platform. Please see the sidebar on the TablePress page in the WordPress Plugin Directory for available translations.
To make TablePress available in your language, go to the TablePress translations page, log in with a free wordpress.org account and start translating.
-
Several years ago, TablePress has superseded the now discontinued WP-Table Reloaded plugin. If you are still using that, please see the migration guide and switch to TablePress.
-
You can follow the development of TablePress more closely in its official GitHub repository.
-
Please visit the official plugin website for the latest information on this plugin, or follow @TablePress on Twitter.
評価
貢献者と開発者
変更履歴
Recent changes are shown below. For earlier changes, please see the changelog history.
Version 1.14
- Full compatibility with WordPress 5.8.
- Enhancement: Make behavior of bulk action selectors on the “All tables” screen more user-friendly.
- Enhancement: Apply and enforce more granular coding standards for better code maintainability.
- Enhancement: Allow import files with an .xlsm file extension, in addition to .xlsx files.
- Enhancement: Add more options (filter and action hooks) for external integration of custom code.
- Bugfix: Fix handling of the help box on the “Edit” screen when it’s opened again after closing it.
- Bugfix: Properly return modified table data when external code integrates into TablePress.
- Bugfix: Correctly localize dates in files names of downloaded export files.
- Bugfix: Fix typos in the code for math formula parsing that could lead to error messages in rare cases.
- Updated external libraries (DataTables, SimpleXLSX, Build tools).
- Some internal changes for better stability, translations, and documentation.
Version 1.13
- Full compatibility with WordPress 5.7.
- Enhancement: Allow replacing/appending existing tables when importing a ZIP archive of files.
- Enhancement: Add ARIA labels to the table when its name or description is printed.
- Enhancement: Update list of allowed CSS features in “Custom CSS”.
- Enhancement: Increase compatibility with PHP 8 and jQuery 3.x by no longer using deprecated functions.
- Bugfix: Properly update cell references in formulas when one is moved, on the “Edit” screen.
- Updated external libraries (DataTables, SimpleXLSX, CSSTidy, Build tools).
- Some internal changes for better stability, translations, and documentation.
- TablePress 1.13 requires WordPress 5.6!