summaryrefslogtreecommitdiffstats
path: root/dev/jquery.jtable.sorting.js
Commit message (Collapse)AuthorAgeFilesLines
* #1459: implement initial sorting directionİsmail ÇAGDAŞ2017-03-291-2/+6
|
* Functions as actions supporthikalkan2014-03-051-1/+19
| | | | | Can define functions as actions instead of URL strings. Define a function that returns a deffered or the result.
* jTable v2.3.1v2.3.1hikalkan2013-09-211-1/+1
| | | | Bugfixes (#161, #254, #357, #570, #822) and localizations.
* Update jquery.jtable.sorting.jsstarfieldsoftware2013-03-261-2/+2
| | | Fix for defaultSorting not working with field named Description (e.g. defaultSorting: "Description ASC")
* added multiSorting optionHalil İbrahim Kalkan2013-02-031-176/+183
|
* FEATURE - Multiple column sortinggbisheimer2013-02-021-122/+177
|
* jTable v2.1.1v2.1.1Halil İbrahim Kalkan2013-01-301-1/+0
| | | | | | | | Multiple dependsOn support. [#94] Enhanced option caching. [#63] Portuguese - Portugal localization. [#142] Chinese localization. [#103] Fixed some issues. [#90, #28, #130]
* jTable version 2.0.0Halil İbrahim Kalkan2013-01-131-0/+123
All codebase revised and refactored. All CSS re-written using less css. [#3] Added metro style theme with 10 color options. [#2] Added a basic theme that can be start point who want to create themes to jTable. Added methods: getRowByKey, selectRows. [#8] Added field option: ajaxSettings. Added feature: editing primary key's value. [#34] Added feature: Allow updating a record with server response after updateAction [#66] Added ready-to-use localization scripts. [#67] Fixed some issues. [#25, #29, #42, #46] Set default values for key field as "edit: false" and "create: false" Fixed some other minor bugs. Removed standard theme. Tested with latest jQuery libraries (jQuery v1.8.3 and jQuery UI v1.9.2).