gamelot/zen-table-filtrat

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

Maintainers

Package info

github.com/Ant0ny/zen-table

Language:JavaScript

pkg:composer/gamelot/zen-table-filtrat

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

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

This package is auto-updated.

Last update: 2026-03-09 15:39:43 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.