Table Block Enhancer
Table Block Enhancer
Table Block Enhancer is a WordPress® plugin that adds powerful features to the default WordPress® Table block.
Enhance your tables with sorting, searching, and paging capabilities using the popular DataTables library.
Features
- Per-Block Control: Enable or disable paging, searching, and ordering for each table individually.
- Easy Integration: Seamlessly integrates with the core Table block in the Gutenberg editor.
- No Coding Required: Configure settings directly within the block editor without touching any code.
- Lightweight and Fast: Optimized for performance with minimal impact on page load times.
Installation
From the WordPress® Dashboard
- Download the plugin ZIP file from the GitHub repository.
- In your WordPress® dashboard, navigate to Plugins » Add New.
- Click on Upload Plugin at the top of the page.
- Choose the downloaded ZIP file and click Install Now.
- After installation, click Activate Plugin.
Manual Installation
- Upload the
table-block-enhancer
folder to the/wp-content/plugins/
directory. - Activate the plugin through the Plugins menu in WordPress®.
Usage
Adding a Table with Enhanced Features
- In the WordPress® editor, add a new Table block.
- Enter your table data as you normally would.
- With the Table block selected, open the block settings sidebar.
- Under Table Enhancer Settings, you'll find toggles for:
- Enable Paging
- Enable Searching
- Enable Ordering
- Toggle the features on or off according to your needs.
- Publish or update your post/page.
Features Explained
- Paging: Breaks the table into pages, displaying a set number of rows at a time.
- Searching: Adds a search box above the table, allowing users to search through table data.
- Ordering: Enables clickable column headers to sort the table data ascending or descending.
Frequently Asked Questions
Does this plugin work with other table plugins?
No, Table Block Enhancer is designed specifically to enhance the core WordPress® Table block.
Can I customize the styling of the tables?
Yes, you can add custom CSS to style the tables as desired. The plugin uses standard DataTables classes.
Is JavaScript required for this plugin to work?
Yes, the plugin relies on JavaScript to provide the enhanced functionality via the DataTables library.
The following is a list of the most recent releases for this plugin.
-
1.0.0 - 1.0.0
SHA256 hash:b4dfdab538cd9f4576e600da266834fda7735cd043b605b25aa21d1081b8c1f7
No issues yet.
Hash Verification
ZIP files downloaded via this site have an associated SHA256 hash.
Mac
On Mac, you can use the sha256 command to calculate the hash of a downloaded ZIP file. Open terminal and execute:
sha256 [filename]
Where [filename] is the name of the ZIP file. If the hash matches the one on the website, the ZIP file is genuine.
Linux
On Linux, you can use the sha256sum command to calculate the hash of a downloaded ZIP file. From a shell, execute:
sha256sum [filename]
Where [filename] is the name of the ZIP file. If the hash matches the one on the website, the ZIP file is genuine.
Latest Release
The latest official release is below.
1.0.0
Download 1.0.0b4dfdab538cd9f4576e600da266834fda7735cd043b605b25aa21d1081b8c1f7
Github Repository
This project is located on Github in the repository robertdevore/table-block-enhancer.
Star Support Project