specify wanted / unwanted fields on "create" form
specify wanted / unwanted fields on "create" form
Hello,
I have enabled a DataTables with Editor like the following:
- inline edit to edit any cell individually
- new button that pops-up a form to create a new record.
Works like charm.
The specific need I have is that I want, say, column #1's field to be inline editable (like the others) but I don't want it to appear on the 'create' form.
For now every tentative I have made have failed.
I was looking for something like a visible
field-options
(like for DataTables columns) but didn't find one.
It seems that if I want to have it inline editable, the field will appear no matter what on the create form.
Does someone know if it is possible?
Thanks