Hi,
I would like to add computer components in a machine, is there existed "bulk add" ? So I select multiple components and I add all then in a machine.
Or another existed solution ?
Thanks for your help.
1 Answers
Hello,
It is not supported in current version.
Closest solution could be to use array based grid, that will save the added data in session array.
You can then with manual php code, save that session array in database.
Code: http://hastebin.com/owupawagun.php (save in demos/loading and run from demo app)
Your Answer