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