Currently no - sorry. Inline editing old works to edit data since it can only do one field at a time. It can't be used to add new rows. That is something I plan to introduce in future.
To mass insert rows I would suggest using a custom button, which calls the create() method, which can be used to create multiple rows.
Answers
Currently no - sorry. Inline editing old works to edit data since it can only do one field at a time. It can't be used to add new rows. That is something I plan to introduce in future.
To mass insert rows I would suggest using a custom button, which calls the
create()
method, which can be used to create multiple rows.Regards,
Allan