katalyst-tables 3.5.4 → 3.5.5
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: b5b39c8b9f9bd09482c418688e2bc279c52107b21015979c3ced2a6b175e544d
|
4
|
+
data.tar.gz: 924bdf02fb5791051967b2ce39e59360c47398a518a53401747ee4e6f02ce728
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2d809af4b9c2d75d14af780f2223450b852260e96dab3b2ab362d7d5ce4a15a67a1aafd38613da25262e6f7b63903fc1890f6e53bbb19034a17fbb0a72b33623
|
7
|
+
data.tar.gz: d7edbcc6ea97a412ec13a24084fe2d324d8643d7a4b7f8515d1b7d6e7656a12dd4efb7c0e96082eaa97491672fd3e5ada979eb9fde11da52ba6d31fdb574eb2e
|
@@ -44,7 +44,7 @@ module Katalyst
|
|
44
44
|
rendered_value
|
45
45
|
end
|
46
46
|
|
47
|
-
content = @content_wrapper.with_content(content).render_in(view_context) if @content_wrapper
|
47
|
+
content = @content_wrapper.with_content(content.to_s).render_in(view_context) if @content_wrapper
|
48
48
|
|
49
49
|
concat(content_tag(cell_tag, content, **html_attributes))
|
50
50
|
end
|
@@ -67,7 +67,7 @@ module Katalyst
|
|
67
67
|
#
|
68
68
|
# @param collection [Katalyst::Tables::Collection::Core] the collection to render
|
69
69
|
# @param url [String] the url to submit the form to (e.g. <resources>_path)
|
70
|
-
def table_query_with(collection:, url: url_for
|
70
|
+
def table_query_with(collection:, url: url_for, component: nil, &)
|
71
71
|
component ||= default_table_query_component_class
|
72
72
|
render(component.new(collection:, url:), &)
|
73
73
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: katalyst-tables
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.5.
|
4
|
+
version: 3.5.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Katalyst Interactive
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-07-
|
11
|
+
date: 2024-07-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: katalyst-html-attributes
|