Class: Ui::Table::Sort
- Defined in:
- lib/ui/table/sort.rb
Constant Summary
Constants inherited from Component
Instance Method Summary collapse
Methods inherited from Component
#capture, #icon, #render_group
Instance Method Details
#show ⇒ Object
4 5 6 7 8 9 10 |
# File 'lib/ui/table/sort.rb', line 4 def show content_tag( :div, icon(handle_icon), class: 'ui-sortable-handle', ) end |