Skip to content

Ant0ny/zen-table

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zen-table

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.

About

Simple filters for Html tables with JS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published