Class: Plushie::Widget::Table
- Inherits:
-
Object
- Object
- Plushie::Widget::Table
- Includes:
- RowValidation
- Defined in:
- lib/plushie/widget/table.rb
Overview
Data table with column definitions and optional sorting.
Defined Under Namespace
Modules: RowValidation
Instance Method Summary collapse
-
#initialize(id, **opts) ⇒ Object
included
from RowValidation
private
Validate rows on construction and set_rows.
-
#set_rows(rows) ⇒ Object
included
from RowValidation
Override set_rows with validation.
Instance Method Details
#initialize(id, **opts) ⇒ Object Originally defined in module RowValidation
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Validate rows on construction and set_rows.
#set_rows(rows) ⇒ Object Originally defined in module RowValidation
Override set_rows with validation.