Skip to content

Commit 08150cf

Browse files
committed
release 1.0.18
1 parent 774a7ee commit 08150cf

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Short changes:
88
* If datepicker is not available, the date-type will be considered as a HTML5-date field
99
* All HTML5 input types are supported as long as they follow the same syntax as type=text for input (so color, range, datetime-local, email, tel, week, month).
1010
* Better logic for resize of columns (resize bar is now full height of header column) and sorting (now sorting goes from nothing => ASC => DESC => nothing)
11+
* Selected sorting order is now also stored (cookie/localstorage) if wanted
1112
* added listQueryParams to jtable-call, to indicate parameters to be loaded on
1213
every load-call, can be a function
1314
Examples:
@@ -42,6 +43,5 @@ every load-call, can be a function
4243
```
4344
* the queryparams for paging and sorting are now also added to the GET/POST as
4445
regular params, no more forced to the url as GET params
45-
4646
* Fixed https://github.com/volosoft/jtable/issues/2277
4747
* Removed a lot of deprecated jquery calls

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.17
1+
1.0.18

jquery.jtable.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
3-
jTable 1.0.17 (edited by Franky Van Liedekerke)
3+
jTable 1.0.18 (edited by Franky Van Liedekerke)
44
http://www.jtable.org
55
66
---------------------------------------------------------------------------

jquery.jtable.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)