why the check / tick in the table header

This sub-forum is for discussing all topics related to AppGini Helper JavaScript Library, provided by bizzworxx as a third-party AppGini plugin.
Post Reply
User avatar
baudwalker
Veteran Member
Posts: 188
Joined: 2015-02-03 08:08
Location: Bellingen NSW Australia

why the check / tick in the table header

Post by baudwalker » 2021-04-17 06:32

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
helper.JPG (14.03 KiB) Viewed 1595 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

User avatar
jsetzer
AppGini Super Hero
AppGini Super Hero
Posts: 1807
Joined: 2018-07-06 06:03
Location: Kiel, Germany
Contact:

Re: why the check / tick in the table header

Post by jsetzer » 2021-04-17 09:42

Hi Barry,

I am going to check next week if the checkbox behaviour is related to our lib.

Thanks for reporting.
Kind regards,
<js />

My AppGini Blog:
https://appgini.bizzworxx.de/blog

You can help us helping you:
Please always put code fragments inside [code]...[/code] blocks for better readability

AppGini 24.10 Revision 1579 + all AppGini Helper tools

User avatar
jsetzer
AppGini Super Hero
AppGini Super Hero
Posts: 1807
Joined: 2018-07-06 06:03
Location: Kiel, Germany
Contact:

Re: why the check / tick in the table header

Post by jsetzer » 2021-04-17 09:49

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.
Kind regards,
<js />

My AppGini Blog:
https://appgini.bizzworxx.de/blog

You can help us helping you:
Please always put code fragments inside [code]...[/code] blocks for better readability

AppGini 24.10 Revision 1579 + all AppGini Helper tools

User avatar
jsetzer
AppGini Super Hero
AppGini Super Hero
Posts: 1807
Joined: 2018-07-06 06:03
Location: Kiel, Germany
Contact:

Re: why the check / tick in the table header

Post by jsetzer » 2021-04-17 10:02

@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
chrome_p69gV1uBxM.png (33.07 KiB) Viewed 1581 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.
Kind regards,
<js />

My AppGini Blog:
https://appgini.bizzworxx.de/blog

You can help us helping you:
Please always put code fragments inside [code]...[/code] blocks for better readability

AppGini 24.10 Revision 1579 + all AppGini Helper tools

User avatar
baudwalker
Veteran Member
Posts: 188
Joined: 2015-02-03 08:08
Location: Bellingen NSW Australia

Re: why the check / tick in the table header

Post by baudwalker » 2021-04-19 03:30

Seems to be working OK now. Thank you

Post Reply