File: control

package info (click to toggle)
jquery-tablesorter 1%3A2.31.3%2Bdfsg1-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 5,056 kB
  • sloc: javascript: 19,495; sh: 14; makefile: 8
file content (44 lines) | stat: -rw-r--r-- 1,667 bytes parent folder | download
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+.