Active
Project:
Slickgrid
Version:
7.x-1.x-dev
Component:
Documentation
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
22 Feb 2012 at 16:27 UTC
Updated:
16 Apr 2013 at 15:10 UTC
I spent 2 hours figuring what was going wrong with this module and I think the following should appear in the README.txt:
- A direct link to a version of the Slickgrid library compatible with the latest versions of the module. e.g. https://nodeload.github.com/mleibman/SlickGrid/zipball/b45d54d25ff664183...
The latest versions of the Slickgrid library trigger js errors (such as $container.on is not a function) which results in an empty grid, because they rely on JQuery 1.7.
- A warning that inline editing does not work for D7 versions of the module and that node title cannot be edited in any way at the moment. It would spare people a lot of time trying to make it work.
Comments
Comment #1
kwstasm83 commentedThanks for your post!
I wanna make a view. Using this I wanna can edit Article fields( Image, body, and a taxonomy reference). I use d7 and I spend already 5 hours and i still have an empty view ...
what happens?
I see in settings that: No validator plugins for this field. Which are these plugins and how can i install them?
Thank you very much
Comment #2
TelFiRE commentedInline editing works in D7, just not for the title. You just have to enable it for the field in the slickgrid style settings.
If it's important to be able to edit your title see this issue: http://drupal.org/node/1489400 There is a beta module you could try.
Comment #3
jorgie commentedI have installed this module and attempted to create a view, all I get is a blank grid. The examples displayed onGitHub are tantalising, but absolutely no use without any documentation on how to create them.
Please consider a one page "How to" for this module.
Comment #4
tinflute commented@jorgie please check issue http://drupal.org/node/1208022
you probably need to install the JS library, and reinstall the module.