gamelot/zen-table-filtrat

jQuery plug-in for adding Select filter widgets to captions of html table

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Language:JavaScript

dev-master 2021-04-08 23:55 UTC

This package is auto-updated.

Last update: 2024-09-09 12:30:31 UTC


README

jQuery plug-in for adding Select filter widgets to captions of html table.

It's simple and easy to use.

How 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.