Sha256: 75042562f3d01cb693b0167b4b3512a4a19120adf31c66691724461af9bb5d66

Contents?: true

Size: 856 Bytes

Versions: 393

Compression:

Stored size: 856 Bytes

Contents

# frozen_string_literal: true

module Playbook
  module PbAdvancedTable
    class TableRow < Playbook::KitBase
      prop :id, type: Playbook::Props::String,
                default: ""
      prop :column_definitions, type: Playbook::Props::Array,
                                default: []
      prop :row
      prop :depth

      def classname
        generate_classname("pb_table_tr", "bg-white", subrow_depth_classname, separator: " ")
      end

      def td_classname
        generate_classname("id-cell", "chrome-styles", separator: " ")
      end

      def depth_accessors
        column_definitions.flat_map do |column|
          column[:cellAccessors] if column.key?(:cellAccessors)
        end.compact
      end

    private

      def subrow_depth_classname
        depth.positive? ? "depth-sub-row-#{depth}" : ""
      end
    end
  end
end

Version data entries

393 entries across 393 versions & 1 rubygems

Version Path
playbook_ui-14.5.0.pre.alpha.PLAY1548intltelinputupdatelatest4162 app/pb_kits/playbook/pb_advanced_table/table_row.rb
playbook_ui-14.5.0.pre.alpha.PBNTR595popoverwidthpropfilterpopoverprop4158 app/pb_kits/playbook/pb_advanced_table/table_row.rb
playbook_ui-14.5.0.pre.alpha.PBNTR614advancedtablepoc4155 app/pb_kits/playbook/pb_advanced_table/table_row.rb
playbook_ui-14.6.0.pre.rc.19 app/pb_kits/playbook/pb_advanced_table/table_row.rb
playbook_ui-14.6.0.pre.rc.18 app/pb_kits/playbook/pb_advanced_table/table_row.rb
playbook_ui-14.5.0.pre.alpha.play1549upgradereactmodal4130 app/pb_kits/playbook/pb_advanced_table/table_row.rb
playbook_ui-14.5.0.pre.alpha.PLAY1601updatereactzoompanpinch4128 app/pb_kits/playbook/pb_advanced_table/table_row.rb
playbook_ui-14.5.0.pre.alpha.PLAY1601updatereactzoompanpinch4123 app/pb_kits/playbook/pb_advanced_table/table_row.rb
playbook_ui-14.6.0.pre.rc.17 app/pb_kits/playbook/pb_advanced_table/table_row.rb
playbook_ui-14.5.0.pre.alpha.play1586datearea4115 app/pb_kits/playbook/pb_advanced_table/table_row.rb
playbook_ui-14.6.0.pre.rc.16 app/pb_kits/playbook/pb_advanced_table/table_row.rb
playbook_ui-14.5.0.pre.alpha.PLAY1485selectablecardoverflowoutlinebug4098 app/pb_kits/playbook/pb_advanced_table/table_row.rb
playbook_ui-14.5.0.pre.alpha.PLAY1485selectablecardoverflowoutlinebug4097 app/pb_kits/playbook/pb_advanced_table/table_row.rb
playbook_ui-14.5.0.pre.alpha.PLAY1485selectablecardoverflowoutlinebug4094 app/pb_kits/playbook/pb_advanced_table/table_row.rb
playbook_ui-14.6.0.pre.rc.15 app/pb_kits/playbook/pb_advanced_table/table_row.rb
playbook_ui-14.5.0.pre.alpha.PLAY1548intltelinputupdatelatest4077 app/pb_kits/playbook/pb_advanced_table/table_row.rb
playbook_ui-14.6.0.pre.rc.14 app/pb_kits/playbook/pb_advanced_table/table_row.rb
playbook_ui-14.5.0.pre.alpha.PLAY1548intltelinputupdatelatest4073 app/pb_kits/playbook/pb_advanced_table/table_row.rb
playbook_ui-14.5.0.pre.alpha.PBNTR600reactfilterdisplayzeroresults4068 app/pb_kits/playbook/pb_advanced_table/table_row.rb
playbook_ui-14.5.0.pre.alpha.PLAY15814066 app/pb_kits/playbook/pb_advanced_table/table_row.rb