Skip to content

Releases: tristen/tablesort

v4.0.1

30 Mar 05:34

Choose a tag to compare

  • Bug: Fix tablesort behaviour for multiple tbody elements Ref.

v4.0.0

17 Dec 17:21

Choose a tag to compare

  • Breaking change: Renamed tablesort.numeric.js to tablesort.number.js for consistency Ref.
  • Addition: Option to sort on a particular column Ref.

v3.1.0

11 Dec 21:59

Choose a tag to compare

  • Addition: Sort by month name Ref.
  • Fix: instanceOf check Ref
  • Fix: Move CSS class setting logic above the 'return if less than two rows'
    in sortTable function Ref.

v3.0.2

11 Dec 22:00

Choose a tag to compare

  • Fix: Bug causing an infinite loop.

v3.0.0

11 Dec 22:00

Choose a tag to compare

  • Breaking change: Move to a modular structure to support opt in sort functions Ref.
  • Addition: Add beforeSort and afterSort events. Ref.
  • Addition: Supports custom sorting per column with a data-sort-method attribute. Ref.
  • Update: Simpler getInnerText without recursion. Ref.

v2.2.4: Look for alt/title on span elements too.

13 Dec 12:32

Choose a tag to compare

  • Addition: Use alt/title text for span elements too.

v2.2.3

13 Dec 12:32

Choose a tag to compare

  • Addition: Use alt/title text for images.
  • Addition: Add tape pretty printing.

v2.2.2

13 Dec 12:32

Choose a tag to compare

  • Addition: Add bower.json.
  • Addition: Add a simple callback option.
  • Update: Look at 3 table cells before settling on a sort function.

v2.2.1

13 Dec 12:32

Choose a tag to compare

  • Fix: Dot-separated now sorts ascending by default.
  • Update: Update demo page

v2.2.0

13 Dec 12:31

Choose a tag to compare

  • Addition: Add filesize sort.