class Opine::Table
Attributes
columns[RW]
native[RW]
parent[RW]
resources[RW]
Public Instance Methods
on_select_row(&block)
click to toggle source
# File lib/opine/widgets/table.rb, line 4 def on_select_row(&block) hooks[:on_select_row] = block end