Hello all,
WiceGrid Plugin version 0.4 is released.
A blog post with a list of changes: https://blog.wice.eu/2009/7/6/moving-to-github-and-wicegrid-version-0-4 Homepage & screenshots: http://redmine.wice.eu/wiki/wice-grid API & HOWTO: http://redmine.wice.eu/api/wice_grid/index.html Code: GitHub - wice/wice_grid: A Rails plugin to create grids with sorting, pagination, and (automatically generated) filters
WiceGrid is a Rails plugin which does all dummy work for you when you need to render a table with:
* paging * sortable columns * filtering by multiple columns * CSV export of the current selection * saving queries
Filters are added automatically according to the type of the underlying DB column, or can be customized. Filtering by more than one column at the same time is possible. More than one such grid can appear on a page, and manipulations with one grid do not have any impact on the other.
Best regards, Yuri Leikind