I have a view which I created in my database that is composed of several separate tables. I added this view to my phprunner 8.1 project in a list page to display to data to the user. I would like to allow the user to edit the data using the inline edit functionality. But when i try to do an inline edit I get the error "view name is not updatable because the modification affects multiple base tables" I can edit the view in SQL server management studio so I am wondering if this is a phprunner limitation? or is there something I can do to get this to work.
Thanks