Table Filters
Adds filtering support to the core block table
★ 5stars
2.6kcomposer installs
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/humanmade/table-filters/archive/refs/heads/main.zipAlso on Packagist as humanmade/table-filters:
composer require humanmade/table-filtersFrom the readme
Add filtering support to the core table block.
This plugin enables additional filtering options via the toolbar of the core table block.
You can add a dropdown filter for any combination of columns. Supports using both plain table cells and a table header to find the labels and values.
This section describes how to install the plugin and get it working.
e.g.
1. Upload the plugin files to the /wp-content/plugins/table-filters directory, or install the plugin through the WordPress plugins screen directly.
1. Activate the plugin through the 'Plugins' screen in WordPress
Release
Read the full README on GitHub →