Method: Playbook::PbAdvancedTable::AdvancedTable#max_height_classname

Defined in:
app/pb_kits/playbook/pb_advanced_table/advanced_table.rb

#max_height_classnameObject



32
33
34
# File 'app/pb_kits/playbook/pb_advanced_table/advanced_table.rb', line 32

def max_height_classname
  max_height.present? ? "advanced-table-max-height-#{max_height}" : ""
end