Replies: 2 comments 3 replies
-
Jon, FYI, if you do an right-click and Inspect on the Export button, it will lead you to the .kn-export-button class, under your view_id. To hide the Export button, you can execute these lines in your console:
To show it again: Also, you can do this to remove it completely from the DOM: But then , you can't show it anymore. Now, to answer your question, you will need the _cls keyword with the ktlCond option. I am working on this now, and should release it later today. Norm |
Beta Was this translation helpful? Give feedback.
-
Jon, Did you have the chance to try the _cls keyword with the ktlCond option? It's been released in v0.18.8. In the grid where you want to hide the export button, add this keyword string:
This will work if your page has an Account Details View that shows your field show export button. Norm |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have added a field (show export button) in my customer's profile table that has the option of YES or NO. I'd like to hide Knack's export button if the field value is "NO" on a certain table/scene for selected customers. Is this possible using KTL ?
Beta Was this translation helpful? Give feedback.
All reactions