Class: RBUI::Table
Constant Summary
Constants inherited from Base
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from RBUI::Base
Instance Method Details
#view_template(&block) ⇒ Object
5 6 7 8 9 |
# File 'lib/rbui/table/table.rb', line 5 def view_template(&block) div(class: "relative w-full overflow-auto") do table(**attrs, &block) end end |