I have created a view on the multiple tables and used it in a grocery crud function. When I used view on the single table I can update the table from grocery crud, but when view created on multiple tables is used in grocery crud, im not able to update any column of the table. is it possible to update the column from grocery crud in any of the table.
Note: Even in self join of the table, this is not working.