Method: Gridify::Grid#select_rows
- Defined in:
- lib/jquery/gridify/grid_options.rb
#select_rows ⇒ Object
190 191 192 193 194 195 196 |
# File 'lib/jquery/gridify/grid_options.rb', line 190 def select_rows if @select_rows @select_rows else pager && ( || || ) end end |