Displaying 3 results from an estimated 3 matches for "wice_grid".
2009 Oct 05
11
Unable to install plugins from github
...github.com/mislav/will_paginate.git"]
I have git on my machine - I even ran "gem install git" which
installed something but I continue to get this error.
I managed to install will_paginate by downloading the plugin and
creating a gem and using gem install...However, I am stuck with
wice_grid and some other plugins!
I tried downloading wice_grid and copying it to the vendors/plugins
dir ... but that does not seem to work ( require ''wice_plugin'' in
environment.rb bombs)
I''d appreciate any help with this.
--
Regards,
Kashyap
2009 Oct 05
0
Editable datagrid using wice_grid and in_place_editor?
Hi All,
I need to create an editable data grid. What would be a good way to do it?
I did not explore wice_grid much - but it does not seem to allow
editing. I was wondering if I could use a combination of
in_place_editor and wice_grid to achieve this.
--
Regards,
Kashyap
2009 Jul 06
0
WiceGrid Plugin version 0.4
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: http://github.com/wice/wice_grid/tree/master
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 au...