app/components/katalyst/turbo/table_component.rb in katalyst-tables-2.6.0.beta vs app/components/katalyst/turbo/table_component.rb in katalyst-tables-2.6.0
- old
+ new
@@ -16,10 +16,10 @@
default_header_options
end
@id = id
- super(collection: collection, header: header, id: id, **options)
+ super(collection:, header:, id:, **options)
end
private
def default_html_attributes