The Powerful Filters addon significantly enhances wpDataTables’ default filtering capabilities in WordPress, introducing several new functionalities to your tables:
Cascade Filtering – Dependent: Enables users to filter data from left to right, narrowing down options in each subsequent filter based on the previous selection. Each following filter remains inactive until a selection is made in the preceding filter.
Cascade Filtering – Independent: Allows users to apply cascading filters without the constraint of a left-to-right sequence. Any filter selection automatically refines the options for all other columns, mirroring functionalities found in popular spreadsheet tools like Excel and Google Spreadsheets.
Hide Table Pre-Filtering: Conceals the table on the frontend until a selection is made in the filters. This is particularly useful when handling extensive catalogs, where displaying the entire dataset is unnecessary until a search is initiated. Note that the filters need to be displayed outside the table for this feature to work.
Search Button: Alters the filtering behavior from ‘live’ updates to applying filters only upon clicking the Search button. This functionality necessitates the filters to be rendered in a form separate from the table.
Disable Search Button Until All Filters Selected: When activated, this option keeps the search button disabled until selections are made in all available filters. This feature functions exclusively in conjunction with the ‘Search button’.