Idea: Inject Child-Records into Table View

This idea came into my mind when I wanted to show additional information for records right inside the table view: The toggle-button opens a panel below the record, showing all configured subtables. This renders sub-tables for all configured tables right inside the table view just below each recod: I can realize this by configuring Children-Records in my AppGini project as usual… …and by adding a few lines of code to my hooks/TABLENAME-tv.js… See it in action This has to be tested more accurately. I consider adding it to some future version of AppGini Helper Javascript Library if there is more …

Upcoming: Hide Fields in Detail View

We all know the toggle button in Table View which allows users to hide/show columns according to their needs. Wouldn’t it be fine to have such a button in Detail View? Well, stay tuned, I am going to introduce a new feature of upcoming version of our AppGini Helper Javascript Library. You all know the possibility of hiding columns in the Table View. The selection is saved in the browser of the respective user. This saves us developers a lot of work, because we don’t have to code different views of the table for different groups, but the users can …