Replies: 5 comments
-
Hi Jon,
Not a current ktl feature, we use some css and _cls for this. I’ll send you
over what we use tomorrow.
Amanda
…On Tue, 9 Jan 2024 at 23:07, jbk68 ***@***.***> wrote:
I was just wondering if KTL currently had the ability to choose what
fields are printed using Knack's "print" button found in the header.
If it is currently available, could someone please let me know how? If
it's not, it would be a nice feature that a developer of an app could
choose what fields will be printed.
Right now, when a user press print, all fields including action
links/buttons are printed.
Any and all current solutions would are appreciated.
Thank you... JON
—
Reply to this email directly, view it on GitHub
<#187>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ATAWKK6Q4JKP57ABMREZTB3YNXEUHAVCNFSM6AAAAABBT3V6LSVHI2DSMVQWIX3LMV43ERDJONRXK43TNFXW4OZWGA2TENBSGY>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Thank you Amanda... |
Beta Was this translation helpful? Give feedback.
-
Hi Jon, We use css like this to hide certain elements from print, things we want to always hide (like buttons, action links in tables etc.) are listed in there and we also have a class hide-on-print, which we add to elements we want to hide to hide using _cls
So to hide specific columns on a grid we use:
to hide field 3779 and 5380 from print. Having this as field and/or view keyword would be great. Hope that helps, Amanda |
Beta Was this translation helpful? Give feedback.
-
Hey Amanda, I really appreciate all your help and will give this a try. Thank you... JON |
Beta Was this translation helpful? Give feedback.
-
Hey Amanda, have you guys figured out how to stop certain field and their data from being exported using Knack's export feature? I have a lot of hidden fields that contain unnecessary data (ie text formulas, calculation etc...) that are hidden using _uc but I can't seem to figure out how to NOT make these fields from being exported. Sure would be nice if there was a way to choose what fields are exported and which ones are not. Thanks... JON |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I was just wondering if KTL currently had the ability to choose what fields are printed using Knack's "print" button found in the header.
If it is currently available, could someone please let me know how? If it's not, it would be a nice feature that a developer of an app could choose what fields will be printed.
Right now, when a user press print, all fields including action links/buttons are printed.
Any and all current solutions would are appreciated.
Thank you... JON
Beta Was this translation helpful? Give feedback.
All reactions