All Projects → Mottie → Tablesorter

Mottie / Tablesorter

Github fork of Christian Bach's tablesorter plugin + awesomeness ~

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects
Less
1899 projects

Projects that are alternatives of or similar to Tablesorter

Civitas
Civitas is an empire-building game written in Javascript with the help of the jQuery library.
Stars: ✭ 207 (-91.82%)
Mutual labels:  jquery
Amaranjs
Nice, sleek and stylish notifications.
Stars: ✭ 214 (-91.55%)
Mutual labels:  jquery
Jqplot
A Versatile and Expandable jQuery Plotting Plugin
Stars: ✭ 219 (-91.35%)
Mutual labels:  jquery
Kendo Ui Core
An HTML5, jQuery-based widget library for building modern web apps.
Stars: ✭ 2,394 (-5.45%)
Mutual labels:  jquery
Oridomi
📃 Fold up DOM elements like paper
Stars: ✭ 2,390 (-5.61%)
Mutual labels:  jquery
Csview
📠 A high performance csv viewer with cjk/emoji support.
Stars: ✭ 208 (-91.79%)
Mutual labels:  pager
React Table
⚛️ Hooks for building fast and extendable tables and datagrids for React
Stars: ✭ 15,739 (+521.6%)
Mutual labels:  sorting
Bbs Ssm
南生论坛基于SSM框架,自适应手机端和电脑端,界面简洁美观,功能完善。演示地址:http://www.nanshengbbs.top
Stars: ✭ 221 (-91.27%)
Mutual labels:  jquery
Jquery Modal
The simplest possible modal for jQuery
Stars: ✭ 2,459 (-2.88%)
Mutual labels:  jquery
Magnify
A lightweight jQuery magnifying glass zoom plugin.
Stars: ✭ 218 (-91.39%)
Mutual labels:  jquery
Hass Configurator
Configuration UI for Home Assistant
Stars: ✭ 211 (-91.67%)
Mutual labels:  jquery
Cpp Timsort
A C++ implementation of timsort
Stars: ✭ 211 (-91.67%)
Mutual labels:  sorting
Graphql Demo
🎉Koa + GraphQL + Apollo-Server demo
Stars: ✭ 215 (-91.51%)
Mutual labels:  jquery
Deepsort
🧠 AI powered image tagger backed by DeepDetect
Stars: ✭ 209 (-91.75%)
Mutual labels:  sorting
Jquery Selector Set
Stars: ✭ 219 (-91.35%)
Mutual labels:  jquery
Jquery Aniview
A jQuery plugin that works in harmony with animate.css in order to enable animations only when content comes into view.
Stars: ✭ 205 (-91.9%)
Mutual labels:  jquery
Bootstrap Checkbox
A checkbox component based on Bootstrap framework.
Stars: ✭ 214 (-91.55%)
Mutual labels:  jquery
Modal Video
Stars: ✭ 224 (-91.15%)
Mutual labels:  jquery
Jquery Multiselect
Turn a multiselect list into a nice and easy to use list with checkboxes.
Stars: ✭ 221 (-91.27%)
Mutual labels:  jquery
Percircle
⭕️ CSS percentage circle built with jQuery
Stars: ✭ 217 (-91.43%)
Mutual labels:  jquery

tablesorter (FORK) is a jQuery plugin for turning a standard HTML table with THEAD and TBODY tags into a sortable table without page refreshes. tablesorter can successfully parse and sort many types of data including linked data in a cell. This forked version adds lots of new enhancements including: alphanumeric sorting, pager callback functons, multiple widgets providing column styling, ui theme application, sticky headers, column filters and resizer, as well as extended documentation with a lot more demos.

NPM Version devDependency Status zenhub-image

Notice!

  • Because of the change to the internal cache, the tablesorter v2.16+ core, filter widget and pager (both plugin & widget) will only work with the same version or newer files.

Documentation

Questions?

irc-image slack-image stackoverflow-image

  • Check the FAQ page.
  • Search the main documentation (click the menu button in the upper left corner).
  • Search the issues to see if the question or problem has been brought up before, and hopefully resolved.
  • If someone is available, ask your question in the #tablesorter IRC channel at freenode.net.
  • Ask your question at Stackoverflow using a tablesorter tag.
  • Please don't open a new issue unless it really is an issue with the plugin, or a feature request. Thanks!

Demos

Features

  • Multi-column alphanumeric sorting and filtering.
  • Multi-tbody sorting - see the options table on the main document page.
  • Supports Bootstrap v2-4.
  • Parsers for sorting text, alphanumeric text, URIs, integers, currency, floats, IP addresses, dates (ISO, long and short formats) & time. Add your own easily.
  • Inline editing - see demo.
  • Support for ROWSPAN and COLSPAN on TH elements.
  • Support secondary "hidden" sorting (e.g., maintain alphabetical sort when sorting on other criteria).
  • Extensibility via widget system.
  • Cross-browser: IE 6.0+, FF 2+, Safari 2.0+, Opera 9.0+, Chrome 5.0+.
  • Small code size, starting at 25K minified.
  • Works with jQuery 1.2.6+ (jQuery 1.4.1+ needed with some widgets).
  • Works with jQuery 1.9+ ($.browser.msie was removed; needed in the original version).

Licensing

Download

Related Projects

Contributing

If you would like to contribute, please...

  1. Fork.
  2. Make changes in a branch & add unit tests.
  3. Run grunt test (if qunit fails, run it again - it's fickle).
  4. Create a pull request.

Special Thanks

  • Big shout-out to Nick Craver for getting rid of the eval() function that was previously needed for multi-column sorting.
  • Big thanks to thezoggy for helping with code, themes and providing valuable feedback.
  • Big thanks to ThsSin- for taking over for a while and also providing valuable feedback.
  • Thanks to prijutme4ty for numerous contributions!
  • Also extra thanks to christhomas and Lynesth for help with code.
  • And, of course thanks to everyone else that has contributed, and continues to contribute through pull requests and open issues to this forked project!

Recent Changes

View the complete change log here.

Version 2.31.3 (2020-03-03)

  • Core:
  • AlignChar:
  • Pager:
    • Restore first row in cacheIndex. Fixes issues #1714 & #1710.
  • Docs:
    • Update to jQuery 3.4.1 & migrate 3.1.0.
    • Update to Bootstrap 4.4.1.
    • CSS cleanup - code font size was off.

Version 2.31.2 (2019-12-01)

Version 2.31.1 (2018-11-20)

  • Core:
  • Math:
  • Readme:
    • Remove bower, gitter & add Slack.
  • Meta:
    • Update dependencies.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].