Updateable table view

The recommended method of customizing your AppGini-generated application is through hooks. But sometimes you might need to add functionality not accessible through hooks. You can discuss this here.
Post Reply
Jim Nickel
Posts: 1
Joined: 2018-01-04 18:25

Updateable table view

Post by Jim Nickel » 2018-02-04 16:46

Hi,

I have an application where I have a number of different tables that are related and need to be updated, but I want to create a Easy mode that shows all the different tables in a single pane and allows the user to make the entries which will be updated in their separate tables.

I could create a updateable table view, but how can I get AppGini to create the CRUD (Create/Read/Update/Delete) for this as it is not a normal table I created in the AppGini? Could I just create a matching table in AppGini and then when I bring over the code, I would replace the table it creates with my updateable table view? Would that work?

Jim

R Tammam
Veteran Member
Posts: 113
Joined: 2017-08-26 15:35

Re: Updateable table view

Post by R Tammam » 2018-02-28 05:49

Hello Jim,
i think you can use iframes linking to tablesviews generated by appgini with embded equals 1

Post Reply