Method: Ui::Table::Select::Many#show
- Defined in:
- lib/ui/table/select/many.rb
#show ⇒ Object
5 6 7 8 9 10 11 12 13 14 15 16 |
# File 'lib/ui/table/select/many.rb', line 5 def show check_box_tag( name, value, selected, disabled: disabled, data: { "selectable-target": "input", action: "click->selectable#select" } ) end |