Sha256: 1f3bc7e70ae38aebe4991f04ae4c001154d53a5e085e41c99d40786487921099
Contents?: true
Size: 382 Bytes
Versions: 10
Compression:
Stored size: 382 Bytes
Contents
# frozen_string_literal: true module Mensa module ControlBar class Component < ::Mensa::ApplicationComponent attr_reader :table def initialize(table:) @table = table end def view_columns_sorting? table.view_columns_sorting? end def view_condensed_toggle? table.view_condensed_toggle? end end end end
Version data entries
10 entries across 10 versions & 1 rubygems