Active
Project:
Slickgrid
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
22 May 2012 at 09:56 UTC
Updated:
10 Mar 2013 at 14:19 UTC
I see that I can create an item within a modal form. But is it possible to add multiple nodes in the grid itself?
Comments
Comment #1
tr33m4n commentedI'd like to know this as well, would be a great feature
Comment #2
ben_scott commentedSorry, it's not currently possible. The slickgrid jquery plugin does have a neat feature to add rows which I'd really like to implement, but I don't have the time at the moment.
Cheers,
Ben
Comment #3
oryx commentedOh my. I would be so pleased as well to see such a feature added to slickgrid !
Comment #4
razkovnik commentedActually multiple node creation can be implemented by custom module where to implement your_module_form_slickgrid_editor_form_alter. Create your own node form and implement custom submit function.
Inside your_function_form_submit must programatically create the node of the respective type. A comprehensive article on how to create nodes programatically here: http://ivansotof.com/2009/11/create-your-own-node-submission-form.
In two words - you have to subsitute the modal form with your own nodes form and create submit function to actually create the node.