Class: Shadcn::Table::Preview
- Inherits:
-
ApplicationViewComponentPreview
- Object
- ViewComponentContrib::Preview::Base
- ApplicationViewComponentPreview
- Shadcn::Table::Preview
- Defined in:
- app/components/shadcn/table/preview.rb
Instance Method Summary collapse
- #default ⇒ Object
-
#footer ⇒ Object
Upstream's "Footer": a
<tfoot>totalling the rows above it.
Instance Method Details
#default ⇒ Object
6 7 8 |
# File 'app/components/shadcn/table/preview.rb', line 6 def default render_with_template end |
#footer ⇒ Object
Upstream's "Footer": a <tfoot> totalling the rows above it.
11 12 13 |
# File 'app/components/shadcn/table/preview.rb', line 11 def render_with_template end |