W
Analyzed about 2 months ago
WiceGrid is a Rails grid plugin.
One of the goals of this plugin was to allow the programmer to define the contents of the cell by himself, just like one does when rendering a collection via a simple table (and this is what differentiates WiceGrid from various scaffolding solutions), but automate
... [More]
implementation of filters, ordering, paginations, CSV export, and so on. Ruby blocks provide an elegant means for this.
WiceGrid builds the call to the ActiveRecord layer for you and creates a table view with the results of the call including:
* paging
* sortable columns
* filtering by multiple columns
* CSV export
* saving queries
All working nicely together. Filters are added automatically according to the type of the underlying DB column. [Less]