Class: Playbook::PbTable::Table

Inherits:
Object
  • Object
show all
Includes:
Playbook::Props
Defined in:
app/pb_kits/playbook/pb_table/table.rb

Instance Method Summary collapse

Methods included from Playbook::Props

#generate_classname, #initialize, #prop

Instance Method Details

#classnameObject



28
29
30
31
32
33
34
# File 'app/pb_kits/playbook/pb_table/table.rb', line 28

def classname
  generate_classname(
    "pb_table", "table-#{size}", single_line_class, dark_class,
    disable_hover_class, container_class, data_table_class,
    "table-responsive-#{responsive}", separator: " "
  )
end