A printer button
You should be able to print out your table structures or triggers to hardcopy. Actually everything in Caspio should have the option to print it to a printer. Never seen an application not having the option to print something with a printer icon. Just very weird not to have this option.
15
votes
Dave Lovy
shared this idea
-
Durand commented
You can add a print button easily with HTML/Java
<button onclick="window.print();return false">PRINT</button>
-
Didier commented
One would expect this to be basic...but....