Page 1 of 1
why the check / tick in the table header
Posted: 2021-04-17 06:32
by baudwalker
Hi Jan,
Just purchased the "AppGini Helper JavaScript Library ".
I tested it with the "3.2.1 Apply "compact" mode to detail view" and for some reason the checkbox in the header is checked. My question is Why?

- helper.JPG (14.03 KiB) Viewed 3483 times
Also with the restriction on the number of domains. If I were to delete it from one domain does it become available?
Regards Barry
Re: why the check / tick in the table header
Posted: 2021-04-17 09:42
by jsetzer
Hi Barry,
I am going to check next week if the checkbox behaviour is related to our lib.
Thanks for reporting.
Re: why the check / tick in the table header
Posted: 2021-04-17 09:49
by jsetzer
Re: Domains
https://appgini.bizzworxx.de/products/j ... ering-faq/
Extract from Ordering FAQ:
We think it is fair if big companies, selling their solutions to many customers or providing SaaS for many customers, have to pay more money than private users, single-person freelancers or small teams.
Re: why the check / tick in the table header
Posted: 2021-04-17 10:02
by jsetzer
@Barry, I've tested with AppGini 5.94 with compact mode for DV, initialized in hooks/header-extras.php but in my environment the "select-all" checkbox did
not get checked by default .
This is my code:
Code: Select all
// file: hooks/header-extras.php
<script>
var dv = AppGiniHelper.DV;
dv.compact();
</script>
This is the (unspectacular but expected) result:

- chrome_p69gV1uBxM.png (33.07 KiB) Viewed 3469 times
Strange for me:
The dv.compact() function should change layout of detail view (DV), but the issue related to table view (TV).
@Barry:
Can you please verify that this only happens when including AppGiniHelper Javascript Library and calling AppGiniHelper.DV.compact() function.
Re: why the check / tick in the table header
Posted: 2021-04-19 03:30
by baudwalker
Seems to be working OK now. Thank you