Sha256: a2fcaa3a6c8cc7d33ad8690f85da2c28d7e6b1b61b14716dccb0dc48fe4ad1bd
Contents?: true
Size: 391 Bytes
Versions: 3
Compression:
Stored size: 391 Bytes
Contents
# frozen_string_literal: true module Phlexi module Table module Components class Column < Base include Phlexi::Table::Components::Options::Labels include Phlexi::Table::Components::Options::Alignment include Phlexi::Table::Components::Concerns::DisplaysHeader include Phlexi::Table::Components::Concerns::DisplaysData end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
phlexi-table-0.0.5 | lib/phlexi/table/components/column.rb |
phlexi-table-0.0.4 | lib/phlexi/table/components/column.rb |
phlexi-table-0.0.3 | lib/phlexi/table/components/column.rb |