Hi everybody,
how can I update a table, for example, customers, when I drag & drop the event?
I need to update the table customer (date and time) or update the calendar table setting the record as updated using one specific field.
thanks to all
Hi! you must do this using a event, typically afterUpdate. There, you must use php to select, update or insert data to another table.
I try afterUpdate and it doesn’t work with Drag & Drop ( works from the form )
Maurizio