Class: PhlexUI::Table
Defined Under Namespace
Classes: Body, Builder, Caption, Cell, Footer, Head, Header, Row
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from PhlexUI::Base
Instance Method Details
#view_template(&block) ⇒ Object
5 6 7 8 9 |
# File 'lib/phlex_ui/table.rb', line 5 def view_template(&block) div(class: "relative w-full overflow-auto") do table(**attrs, &block) end end |