DataEditor Uneven number of fields
DataEditor Uneven number of fields
loloski
Posts: 46Questions: 5Answers: 1
Hi Guys,
How can we present different number of fields for each function
Simple CRUD example
Add
Firstname
Lastname
Edit
Firstname
Lastname
Date Registered (System Generated on the backend)
Take note on the add function you don't have Date registered field whilst on the edit function the Date Registered field should be presented on the user and now part of the UI, I hope this make sense.
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Two options:
show()
andhide()
along withinitCreate
andinitEdit
to show / hide the fields as required.Allan
Thanks allan yeah it works