effective_datatables 4.5.4 → 4.5.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a4722c7af624abb32a67cbfa8ba9a5a910c55c77
|
|
4
|
+
data.tar.gz: b0bcaea553c7e36623681437a38d3184389be093
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 628db4429f8d4c3358fde7b9902523d908feb3edca4f5aaba86c477b59751cf5e5c1f9df1e78c5b3607424bb274be1865f84fc0c4f2c1ea8fa9293103c50aa48
|
|
7
|
+
data.tar.gz: 33b6aa4b2e48c512ce853af42418077e322e6d0b790232d7e6772385c1a0351bce52d2e2e6b3838d3b65012cc05b9fd6bf32f23f67b09ba5f81201856a7c3394
|
|
@@ -109,7 +109,7 @@ afterNew = ($action) ->
|
|
|
109
109
|
$table.children('tbody').prepend($tr)
|
|
110
110
|
|
|
111
111
|
expand($table)
|
|
112
|
-
$tr.
|
|
112
|
+
$tr.trigger('turbolinks:load')
|
|
113
113
|
$tr.hide().fadeIn()
|
|
114
114
|
|
|
115
115
|
beforeEdit = ($action) ->
|
|
@@ -136,7 +136,7 @@ afterEdit = ($action) ->
|
|
|
136
136
|
$tr.addClass('effective-datatables-inline-row')
|
|
137
137
|
|
|
138
138
|
expand($table)
|
|
139
|
-
$tr.
|
|
139
|
+
$tr.trigger('turbolinks:load')
|
|
140
140
|
$tr.hide().fadeIn()
|
|
141
141
|
|
|
142
142
|
# This is when one of the resource actions completes
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: effective_datatables
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 4.5.
|
|
4
|
+
version: 4.5.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Code and Effect
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-05-
|
|
11
|
+
date: 2019-05-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|