effective_datatables 4.3.18 → 4.3.19
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 28bb01dc39b0c9b83499ff5924ff7a49e758ed2d
|
4
|
+
data.tar.gz: 9c7664964c79f7edb37ea2a04accff4f64a5c675
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8fa3df25b973993504a07e3554de2dda16d7bee33486b788d6113efff787809dfa218ffb38b78aef2df72913e264f59d31af99c563c7f971aaac514bb7514d22
|
7
|
+
data.tar.gz: 37371ad091de71e71b10480b2efbf0a6dccdcea416e63d682568410b833f9bf2d77dd76b3372ffa9031781e29d09bd143578dfb27e04c80a69ebbca5b57b395d
|
@@ -163,7 +163,6 @@ refreshDatatables = ($source) ->
|
|
163
163
|
|
164
164
|
if EffectiveForm.remote_form_refresh_datatables.find((id) -> $table.attr('id').startsWith(id) || id == 'all') && $table != $except
|
165
165
|
if $table != $source
|
166
|
-
console.log("Refreshing #{$table}")
|
167
166
|
$table.DataTable().draw()
|
168
167
|
|
169
168
|
# Cancel button clicked. Blow away new tr, or restore edit tr
|
@@ -188,13 +188,14 @@ table.dataTable.hide-buttons {
|
|
188
188
|
// Apply custom style to the inline x per page select
|
189
189
|
span.select2-container {
|
190
190
|
margin: 0px -3px 3px -3px;
|
191
|
-
max-width:
|
191
|
+
max-width: 6.0rem;
|
192
|
+
min-width: 3.0rem;
|
192
193
|
|
193
194
|
.select2-selection { border: none; }
|
194
195
|
.select2-selection__rendered { padding: 0em; color: #909090; }
|
195
196
|
}
|
196
197
|
|
197
|
-
span.select2-container.select2-container--open { max-width:
|
198
|
+
span.select2-container.select2-container--open { min-width: 3.0rem; max-width: 6.0rem; }
|
198
199
|
span.select2-container.select2-container--focus { border: none; box-shadow: none; }
|
199
200
|
span.select2-container--focus > .selection > .select2-selection { border: none !important; }
|
200
201
|
}
|
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.3.
|
4
|
+
version: 4.3.19
|
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:
|
11
|
+
date: 2019-01-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|