Complex sql with view and DataProcessor

Hi!
I have a grid displaying a complex sql from 4 tables. I defined a view in mysql and I just do simple render_table(‘view’); in php to display it on the grid.
I am wondering if there’s any way I could use Dataprocessor to update, delete elements of this view. Do you have such an example somewhere?
At the moment I cannot simply use the “double click edit” on my grid, which is such a convenient feature.
Csaba

You can use server side events or server side custom sql lines to define custom handlers for the update, insert and delete operations.

docs.dhtmlx.com/doku.php?id=dhtm … ex_queries