G
|
GregJ author 9/30/2017 |
Is there a way to enable the print details by default for a list page? [size="2"](for non technical users that don't even see this tick box or have no idea what it means).[/size]
|
![]() |
Sergey Kornilov admin 10/3/2017 |
The easier way is to add the following to Javascript OnLoad event: $("#printDetailsToggler1").trigger("click"); |
G
|
GregJ author 10/3/2017 |
The easier way is to add the following to Javascript onload event: $("#printDetailsToggler1").trigger("click");
|