Standalone: Inline Create/Editing in collection
Standalone: Inline Create/Editing in collection
Hi,
After reading and searching for all the possible examples of using the Editor in Standalone mode, I didn't find a way to do an inline create of a new item in a collection.
- Is it possible to create a new item in a standalone collection with
inlineCreate()
? So far, it seems it is only available for a table. - Is it also possible to do inline editing in a collection as well?
Best regards,
VIncent.
Answers
Hi VIncent,
At the moment you are correct,
inlineCreate
is only available for a table, as it needs to create a template. Likewise, I'm afraid inline editing doesn't really work for collections I'm sorry to say.Sorry - didn't have good news with this reply!
Allan
Hi Allan,
I understand, and I was expecting that answer as it could be quite difficult to implement.
We will probably go for a DataTable display for the time being, and we will see later if we can move to a templated standalone editor.
Thanks,
Vincent.