Skip to content

Releases: drvic10k/bootstrap-sortable

2.1.0

26 Mar 19:41
Compare
Choose a tag to compare

sorting of tables with rowspan cells

2.0.1

20 Oct 20:44
Compare
Choose a tag to compare

added support for table inside table
updated sorting algorithm
before-sort event is now raised also for initial sorting
added amd support

added version info

20 Feb 16:29
Compare
Choose a tag to compare

version info added to js and css files

1.12.0 (last v1 release)

29 Dec 13:56
Compare
Choose a tag to compare

Added possibility to specify date format in header.
Added possibility to specify regex for retrieving data from cell
Subtables should be sorted independently

bug fix

18 May 06:59
Compare
Choose a tag to compare

removed zwnbs (zero width no breaking space) from the css file

1.11.1

08 Feb 08:59
Compare
Choose a tag to compare

Added before-sort event
Possibility to define custom sorting algorithm
Updated TinySort - solved promblem with solving empty cells
Fixed issue with rowspan in header
Allow sorting using colspan cells

Version 1.10.0

11 Jun 17:36
Compare
Choose a tag to compare

Support for easier styling of sorting signs using classes on <th> elements.
Fixes issue with table inside table.
Add class to sorted column cells.
Store separate sort context for each table.