Module: HakumiComponents::Table::Concerns::FixedColumns

Extended by:
ActiveSupport::Concern, T::Sig
Includes:
AttributeHelpers
Included in:
HakumiComponents::Table::Component
Defined in:
app/components/hakumi_components/table/concerns/fixed_columns.rb

Instance Method Summary collapse

Instance Method Details

#fixed_columns?Boolean

Returns:

  • (Boolean)


14
15
16
# File 'app/components/hakumi_components/table/concerns/fixed_columns.rb', line 14

def fixed_columns?
  fixed_offsets.present?
end