README.textile in tabulatr-0.0.4 vs README.textile in tabulatr-0.0.5
- old
+ new
@@ -147,13 +147,13 @@
create public/images/tabulatr/sort_arrow_down.gif
create public/images/tabulatr/sort_arrow_down_off.gif
create public/images/tabulatr/sort_arrow_up.gif
create public/images/tabulatr/sort_arrow_up_off.gif
-------------------------------------------------------
- Please note: We have copied a sample stylesheet to
+ Please note: We have copied a sample stylesheet to
public/stylesheets/tabulatr.css
- to actually use it in your application, please include
+ to actually use it in your application, please include
it in your layout file. You may use s/th like
<%= stylesheet_link_tag :tabulatr %>
for that.
-------------------------------------------------------
</pre>
@@ -258,9 +258,10 @@
filter_width: '97%', # width of the filter <input>
range_filter_symbol: '–', # put between the <inputs> of the range filter
format: false, # a sprintf-string or a proc to do special formatting
method: false, # if you want to get the column by a different method than its name
link: false, # proc or symbol to make the content a link
+ map: true, # whether to map the call on individual records (true) of an association or call on the list (false)
join_symbol: ', ', # symbol used to join the elements of 'many' associations
sortable: true # if set, sorting-stuff is added to the header cell
</pre>
h3. Global settings