DataTable-AltEditor
DataTable-AltEditor copied to clipboard
General Question: Is possible to show in edit modal only writable fields?
Hello,
I would like to know if it is possible to show in edit mode chosen fields, not all fields?
Hi, this is a common question, see #120 , #108 , #101.
Unluckily no, there is nothing specific for that.
You can try the workarounf described in #108, in this case instead of alteditor:delete_dialog_opened
you should catch the event alteditor:edit_dialog_opened
.
Or, you may try to implement something more specific, for example adding some column option visible_in_edit
and visible_in_delete
.