1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44
|
Source: jquery-tablesorter
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Paul Gevers <elbrus@debian.org>
Build-Depends:
debhelper-compat (=13),
grunt,
libjs-qunit,
node-grunt-contrib-clean,
node-grunt-contrib-copy,
node-grunt-contrib-uglify,
node-grunt-contrib-concat,
Standards-Version: 4.6.0
Homepage: https://github.com/Mottie/tablesorter
Vcs-Git: https://salsa.debian.org/js-team/jquery-tablesorter.git
Vcs-Browser: https://salsa.debian.org/js-team/jquery-tablesorter
Rules-Requires-Root: no
Package: libjs-jquery-tablesorter
Architecture: all
Depends:
${misc:Depends},
libjs-jquery,
libjs-jquery-metadata,
Recommends: javascript-common
Description: jQuery flexible client-side table sorting plugin
Tablesorter 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. It has many useful features including:
.
* Multi-column alphanumeric sorting and filtering.
* Multi-tbody sorting
* Supports Bootstrap v2-4.
* Parsers for sorting text, alphanumeric text, URIs, integers, currency,
floats, IP addresses, dates (ISO, long and short formats) and time.
Add your own easily.
* Inline editing
* 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+.
|