Class: Ui::Table::Select::One
- Defined in:
- lib/ui/table/select/one.rb
Constant Summary
Constants inherited from Component
Instance Method Summary collapse
Methods inherited from Component
#capture, #icon, #render_group
Instance Method Details
#show ⇒ Object
5 6 7 8 9 10 11 12 13 14 15 16 |
# File 'lib/ui/table/select/one.rb', line 5 def show ( name, value, selected, disabled: disabled, data: { "selectable-target": "input", action: "click->selectable#select" } ) end |