Class: Ui::Table::Sort

Inherits:
Component
  • Object
show all
Defined in:
lib/ui/table/sort.rb

Constant Summary

Constants inherited from Component

Component::VIEWPATH

Instance Method Summary collapse

Methods inherited from Component

#capture, #icon, #render_group

Instance Method Details

#showObject



4
5
6
7
8
9
10
# File 'lib/ui/table/sort.rb', line 4

def show
  (
    :div,
    icon(handle_icon),
    class: 'ui-sortable-handle',
  )
end