summaryrefslogtreecommitdiffstats
path: root/dev/jquery.jtable.creation.js
Commit message (Collapse)AuthorAgeFilesLines
* Functions as actions supporthikalkan2014-03-051-57/+108
| | | | | Can define functions as actions instead of URL strings. Define a function that returns a deffered or the result.
* Merged pull request #673hikalkan2014-03-041-8/+8
|\ | | | | | | | | Manually merged Pull Request #673 Thanks to meddlingwithfire.
| * Fixing jQuery selector issues for Add/Edit/Delete "Save" buttons in ↵meddlingwithfire2013-06-051-8/+8
| | | | | | | | scenarios where multiple records of child-tables are present.
* | jTable v2.3.1v2.3.1hikalkan2013-09-211-14/+25
|/ | | | Bugfixes (#161, #254, #357, #570, #822) and localizations.
* jTable v.2.2.0v2.2.0Halil İbrahim Kalkan2013-02-101-291/+286
| | | | | | | | | | | 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]
* jTable v2.1.0v2.1.0Halil İbrahim Kalkan2013-01-251-1/+8
| | | | | | | | | | 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-171-3/+15
|
* jTable version 2.0.0Halil İbrahim Kalkan2013-01-131-0/+272
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).