Method: TableSettings#filter_method
- Defined in:
- lib/table_settings.rb
#filter_method(name) ⇒ Object
Metoda, ze ktere se filtruje tabulka
206 207 208 209 |
# File 'lib/table_settings.rb', line 206 def filter_method(name) @settings[:filter_method] = name self end |