Class: Ruflet::UI::Controls::RufletComponents::DataRow2Control
- Inherits:
-
DataTable2ExtensionControl
- Object
- Control
- DataTable2ExtensionControl
- Ruflet::UI::Controls::RufletComponents::DataRow2Control
- Defined in:
- lib/ruflet_ui/ruflet/ui/controls/materials/datatable2_controls.rb
Constant Summary collapse
- WIRE =
"DataRow2".freeze
Constants inherited from Control
Control::HOST_EXPANDED_TYPES, Control::SCHEMA_METADATA_CACHE
Instance Attribute Summary
Attributes inherited from Control
#children, #id, #props, #runtime_page, #type, #wire_id
Instance Method Summary collapse
-
#initialize(id: nil, **props) ⇒ DataRow2Control
constructor
A new instance of DataRow2Control.
Methods inherited from Control
#attach_handler, #emit, generate_id, #has_handler?, #merge_props, #on, #to_patch
Constructor Details
#initialize(id: nil, **props) ⇒ DataRow2Control
Returns a new instance of DataRow2Control.
26 27 28 |
# File 'lib/ruflet_ui/ruflet/ui/controls/materials/datatable2_controls.rb', line 26 def initialize(id: nil, **props) super(type: "data_row2", id: id, **props) end |