effective_datatables 4.6.1 → 4.6.2
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
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 160c25c1ffac1f7c4bc0047d186733f8d449c32d92a48135ceaddb05550965f6
|
4
|
+
data.tar.gz: cf1f18dc6748482ff5af51e0de2d13babdfca2185fa38f819042e072b98dd375
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7562d2915db7e4b575d92d249334fe243086989551ad783faff17815388095ac11adc321e349dd94b7ee027a4e2a7c3103744b201fab2f898989a180bc455bcc
|
7
|
+
data.tar.gz: f55ea42ec961870daba197a13ef6ead1bac0bc5787204a4468f663efaa1bb5953eb5b5c94c1b76e29d47e4583e142db0ffeb3f924d85a5ebb36d0ec15feaed25
|
@@ -161,6 +161,7 @@ initializeDataTables = (target) ->
|
|
161
161
|
$input.on 'change', (event) -> dataTableSearch($(event.currentTarget))
|
162
162
|
else if $input.is('input')
|
163
163
|
$input.delayedChange ($input) -> dataTableSearch($input)
|
164
|
+
$input.on('paste', -> dataTableSearch($input))
|
164
165
|
|
165
166
|
# Do the actual search
|
166
167
|
dataTableSearch = ($input) -> # This is the function called by a select or input to run the search
|
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.6.
|
4
|
+
version: 4.6.2
|
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-31 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|