Module: BetterUi::General::Components::Table::TableHelper
- Included in:
- ApplicationHelper
- Defined in:
- app/helpers/better_ui/general/components/table/table_helper.rb
Instance Method Summary collapse
-
#bui_table(**options, &block) ⇒ String
Renderizza un componente Table per visualizzare dati strutturati in formato tabellare.
Instance Method Details
#bui_table(**options, &block) ⇒ String
Renderizza un componente Table per visualizzare dati strutturati in formato tabellare.
46 47 48 |
# File 'app/helpers/better_ui/general/components/table/table_helper.rb', line 46 def bui_table(**, &block) render BetterUi::General::Table::Component.new(**), &block end |