Skip to content

beatdjam/sorTable.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sorTable.js

Sort HTML table without jQuery.

English description
https://www.cssscript.com/minimal-table-sorting-library-sortable-js/

説明

sorTable.jsは、HTMLテーブルのソートができます。

DEMO

デモページ

使い方

  1. sorTable.jsを読み込んでください

    <script src="sortTable.js"></script>
    <script src="sortTable.min.js"></script>
  2. ソート対象のテーブルにsortableクラスをつけてください

    <table class="sortable">
  3. ヘッダをクリックするとソートされます

  • 同梱のsorTable.css及びimgディレクトリを配置すると、
    ソート状態を表示することができます。

License

MIT

About

Sort HTML table without jQuery

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors