effective_datatables 4.24.0 → 4.24.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: 38460e60721713a26b0355491026d6112583b5630f949ecb655507c6ea9905e6
|
|
4
|
+
data.tar.gz: f22255f83bee14e526a4a1c7191c5375e8790e06a654f7244abefc7e88c31334
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8afb0b76b3d511e12364af46c5fde90d37471a35da65700c842572ed78ea2ea4d0574ef90b95fe116e3c265a69fc1f20995956bf446076e88d46fda64f8a6ddd
|
|
7
|
+
data.tar.gz: ad8bd66cca92bf473dab01f954d96381e27f7273a8c0c7f03297d262e9978cd5c291f8c97dc379c57bd93ddeff0b0d2ed7db1f6e740ed473bac1b1668928d05b
|
|
@@ -158,7 +158,7 @@ initializeDataTables = (target) ->
|
|
|
158
158
|
if $input.is('select')
|
|
159
159
|
$input.on 'change', (event) -> dataTableSearch($(event.currentTarget))
|
|
160
160
|
else if $input.is('input')
|
|
161
|
-
$input.keyup(delayChange((-> dataTableSearch($input)),
|
|
161
|
+
$input.keyup(delayChange((-> dataTableSearch($input)), 700))
|
|
162
162
|
$input.on 'paste', (event) -> delayChange((-> dataTableSearch($(event.currentTarget))), 100)
|
|
163
163
|
|
|
164
164
|
# Do the actual search
|
|
@@ -269,12 +269,6 @@ table.dataTable.nowrap th,
|
|
|
269
269
|
table.dataTable.nowrap td {
|
|
270
270
|
white-space: nowrap;
|
|
271
271
|
}
|
|
272
|
-
table.dataTable.table-striped > tbody > tr:nth-of-type(2n+1) {
|
|
273
|
-
background-color: transparent;
|
|
274
|
-
}
|
|
275
|
-
table.dataTable > tbody > tr {
|
|
276
|
-
background-color: transparent;
|
|
277
|
-
}
|
|
278
272
|
table.dataTable > tbody > tr.selected > * {
|
|
279
273
|
box-shadow: inset 0 0 0 9999px rgb(2, 117, 216);
|
|
280
274
|
box-shadow: inset 0 0 0 9999px rgb(2, 117, 216);
|
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.24.
|
|
4
|
+
version: 4.24.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: 2024-02-
|
|
11
|
+
date: 2024-02-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|
|
@@ -195,7 +195,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
195
195
|
- !ruby/object:Gem::Version
|
|
196
196
|
version: '0'
|
|
197
197
|
requirements: []
|
|
198
|
-
rubygems_version: 3.
|
|
198
|
+
rubygems_version: 3.5.6
|
|
199
199
|
signing_key:
|
|
200
200
|
specification_version: 4
|
|
201
201
|
summary: Uniquely powerful server-side searching, sorting and filtering of any ActiveRecord
|