istart-rails 0.0.9 → 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
@@ -36,6 +36,8 @@ jQuery ->
|
|
36
36
|
localStorage.setItem 'DataTables_'+window.location.pathname, JSON.stringify(oData)
|
37
37
|
"fnStateLoad": (oSettings) ->
|
38
38
|
JSON.parse localStorage.getItem('DataTables_'+window.location.pathname)
|
39
|
+
"bSort": !table.data("datatable-sort-no")?
|
40
|
+
"aaSorting": []
|
39
41
|
"aoColumnDefs": [
|
40
42
|
{ "bSortable": false, "aTargets": [ "sort-no" ] },
|
41
43
|
{ "sType": "string", "aTargets": [ "sort-as-string" ] },
|
data/lib/istart/rails/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: istart-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0
|
4
|
+
version: 0.1.0
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date:
|
12
|
+
date: 2013-04-22 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: jquery-rails
|
@@ -72,3 +72,4 @@ signing_key:
|
|
72
72
|
specification_version: 3
|
73
73
|
summary: Assets helpers to speed up new app development
|
74
74
|
test_files: []
|
75
|
+
has_rdoc:
|