Hello,
Just want to share some findings about this issue.

- Screenshot 2022-02-08 at 3.49.36 PM.png (15.48 KiB) Viewed 1456 times
I found out that when you check (select) the “Keep action buttons visible while scrolling down†for the table Detail view settings, in the appgini app, and generate the files...
it will include (insert)
Code: Select all
/* enable DV action buttons to float on scrolling down the form */
enable_dvab_floating();
in the TABLENAME_templateDV.html file.
And when you uncheck the “Keep action buttons visible while scrolling down†in the appgini app and generate the files again, by right, the enable_dvab_floating(); code should not be in the TABLENAME _templateDV.html anymore.
I tested it with a few tables. For some tables, yes, I observed the expected result as above.
But for some tables, the enable_dvab_floating(); code still appear in the TABLENAME _templateDV.html even though I uncheck the “Keep action buttons visible while scrolling down†in the appgini app and regenerate the files.
Not sure why but there is a workaround for this issue (if you are experiencing this).
Put the following code in the hooks/TABLENAME-dv.js file
Code: Select all
// disable action buttons floating function
enable_dvab_floating_run = false;
Thanks to Jan for showing me where to look.

Zala.
Appgini 25.12, MacOS 15.5 Windows 11 on Parallels.