Using separate editor modals for create and edit
Using separate editor modals for create and edit
Stacey1134
Posts: 112Questions: 20Answers: 0
Can you direct me to an example that shows how to use different editor UI modals for create and edit buttons? I have a nested editor within my main editor that is not relevant for editing existing records. Thanks. Also a link to resizing textares and form elements would be great as well.
This question has an accepted answers - jump to answer
Answers
I don't think there are examples but the solution is rather simple. You just define two Editors for the same Data Table and then use one for "edit" and the other one for "create".
I use quite a few Editors for one of my data tables - and it doesn't cause any issues.
Here is the buttons list of one of my data tables:
Cool! Thanks!