different design in Forms to create/view new records.
different design in Forms to create/view new records.
impex09
Posts: 45Questions: 20Answers: 0
in DataTables
Hi, I need to create a form, but the form to create a new record, should be distributed in different columns, different rows, and the data show in the same form, with the pagination to go to the next one.
that is, I do not want the view in tables.
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
There are two options for this:
initCreate
andinitEdit
events, combined with thetemplate()
method to set the template you want to show for each mode.Allan