module NfgUi::Components::Traits::Table

Constants

TRAITS

Public Instance Methods

bordered_trait() click to toggle source
# File lib/nfg_ui/components/traits/table.rb, line 13
def bordered_trait
  options[:bordered] = true
end
striped_trait() click to toggle source
# File lib/nfg_ui/components/traits/table.rb, line 9
def striped_trait
  options[:striped] = true
end