Sha256: 64d992a244aa8d1c85f58c1a21a15e94d3c28b10b4fd8543854519caf6df0aee

Contents?: true

Size: 422 Bytes

Versions: 13

Compression:

Stored size: 422 Bytes

Contents

# frozen_string_literal: true

module Koi
  module Tables
    # Custom table component, in order to override the default header and body row components
    # which enables us to use our own custom header and body cell components
    class TableComponent < Katalyst::Turbo::TableComponent
      config.header_row = "Koi::Tables::HeaderRowComponent"
      config.body_row = "Koi::Tables::BodyRowComponent"
    end
  end
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
katalyst-koi-4.6.0 app/components/koi/tables/table_component.rb
katalyst-koi-4.5.9 app/components/koi/tables/table_component.rb
katalyst-koi-4.5.8 app/components/koi/tables/table_component.rb
katalyst-koi-4.5.7 app/components/koi/tables/table_component.rb
katalyst-koi-4.5.6 app/components/koi/tables/table_component.rb
katalyst-koi-4.5.5 app/components/koi/tables/table_component.rb
katalyst-koi-4.5.4 app/components/koi/tables/table_component.rb
katalyst-koi-4.5.3 app/components/koi/tables/table_component.rb
katalyst-koi-4.5.2 app/components/koi/tables/table_component.rb
katalyst-koi-4.5.1 app/components/koi/tables/table_component.rb
katalyst-koi-4.5.0 app/components/koi/tables/table_component.rb
katalyst-koi-4.5.0.beta.2 app/components/koi/tables/table_component.rb
katalyst-koi-4.5.0.beta.1 app/components/koi/tables/table_component.rb