Skip to content

Commit

Permalink
Update Readme.markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdan committed Feb 3, 2012
1 parent 779677d commit 73c726a
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions Readme.markdown
Expand Up @@ -8,16 +8,6 @@ Ruby library that helps you to build and represent table-like data with:
* Localization
* Export to CSV


### Grid DSL

In order to create a report, you need to define:

* scope of objects to look through
* filters that will be used to filter data
* columns that should be displayed and sortable (if possible)


### ORM Support

* ActiveRecord
Expand Down Expand Up @@ -88,6 +78,15 @@ report.data # => [ header, *rows]
report.to_csv # => Yes, it is
```

### Grid DSL

In order to create a report, you need to define:

* scope of objects to look through
* filters that will be used to filter data
* columns that should be displayed and sortable (if possible)


### Scope

Default scope of objects to filter and display.
Expand Down

0 comments on commit 73c726a

Please sign in to comment.