Only the form
Only the form
andreavellone
Posts: 46Questions: 13Answers: 2
Hi boys,
i'd like to show only the form for adding a new record.
For this app i need that some kind of customer can't view all the data.
There is a simple way to do this?
Thanks a lot
A.
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Do you want to show a DataTable at all? What happens when the create form is submitted - does it show them the new record?
Allan
When the form is submitted it show a new blank form.
I need a page only to insert record. In another page I'll show the data but only for the user that can view the data.
Yes, that should be possible. Editor doesn't require a DataTable - without a DataTable we called standalone mode. You could create your Editor instance and immediately show it on the page using
-e-api create()
. When the form is submitted call that method again to show another create form.Allan