Module: BetterUi::General::Components::Table::TheadHelper
- Included in:
- ApplicationHelper
- Defined in:
- app/helpers/better_ui/general/components/table/thead_helper.rb
Instance Method Summary collapse
Instance Method Details
#bui_thead(**options, &block) ⇒ Object
6 7 8 |
# File 'app/helpers/better_ui/general/components/table/thead_helper.rb', line 6 def bui_thead(**, &block) render BetterUi::General::Table::TheadComponent.new(**), &block end |