effective_datatables 3.7.1 → 3.7.2
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
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4d5eaea728195f4aa7b178d88ecf9c09766c7a1649ec83b99d2bc40f8189ce65
|
|
4
|
+
data.tar.gz: 22962b113d52aa1d0c6db01b9f818c6754c6d31c95fd78f6f7241f7549f2ac98
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ca7193b812467f8ac7a82338969b92ec0e115cb0aef92bb4b7debb84c3754db82958d9dc9b54af9141fb62271ae0a58a63ffa8c01c0edef6465aefd7f5642c62
|
|
7
|
+
data.tar.gz: 340c24d9f3e9432bfd9c35fefb9873a262c1c0132c42bc21d000b38b2d7b38cfb294b5ad12a8ad7f6a0863d0395d7e19443d9f5e69805ada28451396fd4d687a
|
|
@@ -145,6 +145,7 @@ initializeDataTables = (target) ->
|
|
|
145
145
|
|
|
146
146
|
$input.parent().on 'click', (event) -> false # Dont order columns when you click inside the input
|
|
147
147
|
$input.parent().on 'mousedown', (event) -> event.stopPropagation() # Dont order columns when you click inside the input
|
|
148
|
+
$input.parent().on 'keypress', (event) -> event.stopPropagation() # Don't order columns when you type inside the input
|
|
148
149
|
|
|
149
150
|
if $input.is('select')
|
|
150
151
|
$input.on 'change', (event) -> dataTableSearch($(event.currentTarget))
|
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: 3.7.
|
|
4
|
+
version: 3.7.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-09-
|
|
11
|
+
date: 2019-09-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|