jQuery plug-in for adding Select filter widgets to captions of html table.
It's simple and easy to use.
If you have html table with class ".example", formatted as like as test.html file:
<script src="https://code.jquery.com/jquery-3.6.0.slim.min.js"> </script>
<script src="./zen-table.js"> </script>
<script> $(".example").zenTable(); </script>
Table must contain thead and tbody sections (tags) and tags <th> must exist in thead and tags <td> must exist in tbody.