This module adds a JavaScript-powered search functionality directly to table rows within Drupal Views. It allows users to quickly filter and find specific content in large tables without needing to navigate through pages.
This module provides a views plugin display that enables js search on table row results.
It works best with views without pagination and can be customized: the search label, the highlight color (for found results), the number of characters to start the search for, etc ....
It also can be themed with twig templates, like any drupal view.
Credits
Views table search is developed and maintained by bluedrop.fr.