Class: RubyUI::Table
- Defined in:
- lib/ruby_ui/table/table.rb
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 RubyUI::Base
Instance Method Details
#view_template(&block) ⇒ Object
5 6 7 8 9 |
# File 'lib/ruby_ui/table/table.rb', line 5 def view_template(&block) div(class: "relative w-full overflow-auto") do table(**attrs, &block) end end |