summaryrefslogtreecommitdiffstats
path: root/dev
Commit message (Collapse)AuthorAgeFilesLines
* Increment version to 2.5.0v2.5.0Halil İbrahim Kalkan2017-03-301-1/+1
|
* #1459: implement initial sorting directionİsmail ÇAGDAŞ2017-03-291-2/+6
|
* moved record-actions to extensionsİsmail ÇAGDAŞ2017-03-292-143/+1
|
* added field type changes to jquery.jtable.core.jsİsmail ÇAGDAŞ2017-03-291-0/+3
|
* added extraFieldTypes propertyİsmail ÇAGDAŞ2017-03-292-11/+35
|
* added jquery.jtable.record-actions.jsİsmail ÇAGDAŞ2017-03-291-0/+124
|
* implemented record actions dropdown pluginİsmail ÇAGDAŞ2017-03-292-1/+5
|
* Add placeholder supportMichael Biehler2016-04-132-2/+5
|
* bugfix: 0 disappeared after updating a rowEefimov2016-03-191-1/+1
|
* Fixed #1861: Bug in _parseDate.Halil İbrahim Kalkan2015-12-051-1/+1
|
* jTable v2.4.0hikalkan2014-03-082-2/+27
|
* Functions as actions supporthikalkan2014-03-058-177/+382
| | | | | Can define functions as actions instead of URL strings. Define a function that returns a deffered or the result.
* Merged pull request #673hikalkan2014-03-043-20/+20
|\ | | | | | | | | Manually merged Pull Request #673 Thanks to meddlingwithfire.
| * Fixing jQuery selector issues for Add/Edit/Delete "Save" buttons in ↵meddlingwithfire2013-06-053-21/+21
| | | | | | | | scenarios where multiple records of child-tables are present.
* | bugfix: null strings appeared as 0 after updating a rowAndrei Lukovenko2013-11-191-1/+1
| |
* | jTable v2.3.1v2.3.1hikalkan2013-09-218-39/+86
| | | | | | | | Bugfixes (#161, #254, #357, #570, #822) and localizations.
* | Merge pull request #541 from mikesjansen/patch-1hikalkan2013-09-021-0/+1
|\ \ | | | | | | Update jquery.jtable.editing.js
| * | Update jquery.jtable.editing.jsmikesjansen2013-04-251-0/+1
| |/ | | | | Fixes issue 69 when and edit is done with an integer value of 0
* | Update jquery.jtable.sorting.jsstarfieldsoftware2013-03-261-2/+2
|/ | | Fix for defaultSorting not working with field named Description (e.g. defaultSorting: "Description ASC")
* jTable v2.3.0v2.3.0Halil İbrahim Kalkan2013-03-108-959/+1039
| | | | | | | jQueryUI theme support with jqueryuiTheme option. [#135] New field option: inputTitle. [#265] Fixed some issues. [#134, #270, #371] Updated some localization files.
* jTable v2.2.1v2.2.1Halil İbrahim Kalkan2013-02-135-928/+975
| | | | | | | Support for saving page size preference of user. [#219] Fixed some issues. [#167, #214, #215, #216, #219, #231] Added 'Dutch - The Netherlands' localization. Updated some localization files.
* jTable v.2.2.0v2.2.0Halil İbrahim Kalkan2013-02-106-2233/+2571
| | | | | | | | | | | Feature: Toolbar. [#188] Feature: 'Change page size' combobox. [#1, #128] Feature: 'Go to page' input. [#63] Feature: Multiple sorting of columns by holding CTRL key. [#48] Added options: multiSorting, gotoPageArea, pageSizes, pageSizeChangeArea, pageList and toolbar. Hungarian and Italian localizations [#179] Fixed some issues. [#209]
* 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-307-80/+178
| | | | | | | | Multiple dependsOn support. [#94] Enhanced option caching. [#63] Portuguese - Portugal localization. [#142] Chinese localization. [#103] Fixed some issues. [#90, #28, #130]
* jTable v2.1.0v2.1.0Halil İbrahim Kalkan2013-01-256-109/+315
| | | | | | | | | | Added cascade dropdowns and creating dynamically option list support. [#63, #94] Added field options: dependsOn and optionsSorting. Polish localization (by Grzegorz Zbucki). [#97] Lithuanian localization (by Vygandas Šimkus). [#103] Portuguese - Brazilian localization (by Renato Bigliazzi). [#129] Fixed some issues.
* jTable v2.0.1Halil İbrahim Kalkan2013-01-174-5/+19
|
* jTable builder source codes.Halil İbrahim Kalkan2013-01-162-1/+3
|
* Added jTable builderHalil İbrahim Kalkan2013-01-164-1/+6
|
* v2.0.0 fixHalil İbrahim Kalkan2013-01-131-4/+4
|
* jTable version 2.0.0Halil İbrahim Kalkan2013-01-1313-0/+3890
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).