alexandre-eliot / web-tables-sort

A basic script to add buttons for sorting tables in a web page

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Web Tables Sort

license

A script to add ▲ and ▼ buttons to th elements for sorting tables in a web page

Quick Start

Note Clicking on this link will prompt a pop up to install the script

Contributing

  1. Fork it !
  2. Create your feature branch: git checkout -b feat/my-new-feature
  3. Commit your changes: git commit -am '✨ Add some feature'
  4. Push to the branch: git push origin feat/my-new-feature
  5. Submit a pull request

Notes

  • Use of Gitmoji in your commit is highly encouraged
  • Summarize the commit change(s) in present starting with a capital letter :
    • (i.e. This commit will 🐛 Fix a bug)

About

A basic script to add buttons for sorting tables in a web page

License:GNU General Public License v3.0


Languages

Language:JavaScript 100.0%